Html Css Color HEX #6CB8DC Malibu

📋 copy color: '#6CB8DC'

red 108 ◦ green 184 ◦ blue 220

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

Shades of Malibu #6CB8DC

Tints of Malibu #6CB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 21.09%
G = 35.94%
B = 42.97%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CB8DC (or 0x6CB8DC) is known color: Malibu. HEX triplet: 6C, B8 and DC. RGB value is (108,184,220). Sum of RGB (Red+Green+Blue) = 108+184+220=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB8DC is #934723. Grayscale: #A5A5A5. Windows color (decimal): -9652004 or 14465132. OLE color: 14465132.

HSL color Cylindrical-coordinate representation of color #6CB8DC: hue angle of 199.29º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CB8DC is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 184 220 -
CMYK 0.51 0.16 0 0.14
HSL 199.29º 0.62% 0.64% -
HSV(B) 199.29º 0.51% 0.86% -
XYZ 36.24 42.64 74.03 -
YUV 165.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 108 184 220 0.51 0.16 0 0.14 199.29 0.62 0.64
Hex 6C B8 DC 33 10 0 E C7 3E 40
Octal 154 270 334 63 20 0 16 307 76 100
Binary 1101100 10111000 11011100 110011 10000 0 1110 11000111 111110 1000000

Color Harmonies of #6CB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB8DC

Black with #6CB8DC

Text Example


Text Example

White with #6CB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,184,220); }

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

background-color css

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

 a { background-color: rgb(108,184,220); }

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

border-color css

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

 span { border-color: rgb(108,184,220); }

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