Html Css Color HEX #6CB2D6 Malibu

📋 copy color: '#6CB2D6'

red 108 ◦ green 178 ◦ blue 214

#6CB2D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6CB2D6

Tints of Malibu #6CB2D6

RGB

 RED value IS 108 (42.58% from 255) = 21.6%

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 214 (83.98% from 255) = 42.8%

R = 21.6%
G = 35.6%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6CB2D6 (or 0x6CB2D6) is known color: Malibu. HEX triplet: 6C, B2 and D6. RGB value is (108,178,214). Sum of RGB (Red+Green+Blue) = 108+178+214=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #6CB2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB2D6 is #934D29. Grayscale: #A0A0A0. Windows color (decimal): -9653546 or 14070380. OLE color: 14070380.

HSL color Cylindrical-coordinate representation of color #6CB2D6: hue angle of 200.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CB2D6 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 178 214 -
CMYK 0.50 0.17 0 0.16
HSL 200.38º 0.56% 0.63% -
HSV(B) 200.38º 0.5% 0.84% -
XYZ 34.24 39.88 69.51 -
YUV 161.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 108 178 214 0.50 0.17 0 0.16 200.38 0.56 0.63
Hex 6C B2 D6 32 11 0 10 C8 38 3F
Octal 154 262 326 62 21 0 20 310 70 77
Binary 1101100 10110010 11010110 110010 10001 0 10000 11001000 111000 111111

Color Harmonies of #6CB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB2D6

Black with #6CB2D6

Text Example


Text Example

White with #6CB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,178,214); }

 H1.HeaderClassName
 {
   color: #6CB2D6;
 }
 .AnyTagClassName
 {
   color: #6CB2D6;
 }
</style>

background-color css

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

 a { background-color: rgb(108,178,214); }

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

border-color css

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

 span { border-color: rgb(108,178,214); }

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