Html Css Color HEX #6CAFDC Malibu

📋 copy color: '#6CAFDC'

red 108 ◦ green 175 ◦ blue 220

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

Shades of Malibu #6CAFDC

Tints of Malibu #6CAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 21.47%
G = 34.79%
B = 43.74%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CAFDC (or 0x6CAFDC) is known color: Malibu. HEX triplet: 6C, AF and DC. RGB value is (108,175,220). Sum of RGB (Red+Green+Blue) = 108+175+220=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFDC is #935023. Grayscale: #9F9F9F. Windows color (decimal): -9654308 or 14462828. OLE color: 14462828.

HSL color Cylindrical-coordinate representation of color #6CAFDC: hue angle of 204.11º 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 #6CAFDC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 175 220 -
CMYK 0.51 0.20 0 0.14
HSL 204.11º 0.62% 0.64% -
HSV(B) 204.11º 0.51% 0.86% -
XYZ 34.43 39.02 73.43 -
YUV 160.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 108 175 220 0.51 0.20 0 0.14 204.11 0.62 0.64
Hex 6C AF DC 33 14 0 E CC 3E 40
Octal 154 257 334 63 24 0 16 314 76 100
Binary 1101100 10101111 11011100 110011 10100 0 1110 11001100 111110 1000000

Color Harmonies of #6CAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFDC

Black with #6CAFDC

Text Example


Text Example

White with #6CAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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