#6cb3de

Color #6CB3DE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6CB3DE

Tints of Malibu #6CB3DE

Color information

#6CB3DE (or 0x6CB3DE) is unknown color: approx Malibu. HEX triplet: 6C, B3 and DE. RGB value is (108,179,222). Sum of RGB (Red+Green+Blue) = 108+179+222=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB3DE is #934C21. Grayscale: #A2A2A2. Windows color (decimal): -9653282 or 14594924. OLE color: 14594924.

HSL color Cylindrical-coordinate representation of color #6CB3DE: hue angle of 202.63º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CB3DE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108179222-
CMYK0.510.1900.13
HSL202.63º63.33%64.71%-
HSV(B)202.63º51.35%87.06%-
XYZ35.4940.775.09-
YUV162.67161.4889-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 21.22%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=21.22%
G=35.17%
B=43.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081792220.510.1900.13202.6363.3364.71
Hex6CB3DE33130Dcb3f41
Octal154263336632301531377101
Binary110110010110011110111101100111001101101110010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cb3de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6cb3de; }

 p { color: rgb(108,179,222); }

 H1.HeaderClassName
 {
   color: #6cb3de;
 }
 .AnyTagClassName
 {
   color: #6cb3de;
 }
</style>
background-color css

<style>
 a { background-color: #6cb3de; }

 a { background-color: rgb(108,179,222); }

 div.DivClassName
 {
   background-color: #6cb3de;
 }
 .BgClassName
 {
   background-color: #6cb3de;
 }
</style>
border-color css

<style>
 span { border-color: #6cb3de; }

 span { border-color: rgb(108,179,222); }

 td.TdClassName
 {
   border-color: #6cb3de;
 }
 .TagClassName
 {
   border-color: #6cb3de;
 }
</style>