Html Css Color HEX #6CAFEC Malibu

📋 copy color: '#6CAFEC'

red 108 ◦ green 175 ◦ blue 236

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

Shades of Malibu #6CAFEC

Tints of Malibu #6CAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 20.81%
G = 33.72%
B = 45.47%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CAFEC (or 0x6CAFEC) is known color: Malibu. HEX triplet: 6C, AF and EC. RGB value is (108,175,236). Sum of RGB (Red+Green+Blue) = 108+175+236=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAFEC is #935013. Grayscale: #A1A1A1. Windows color (decimal): -9654292 or 15511404. OLE color: 15511404.

HSL color Cylindrical-coordinate representation of color #6CAFEC: hue angle of 208.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CAFEC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 175 236 -
CMYK 0.54 0.26 0 0.07
HSL 208.59º 0.77% 0.67% -
HSV(B) 208.59º 0.54% 0.93% -
XYZ 36.65 39.9 85.13 -
YUV 161.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 108 175 236 0.54 0.26 0 0.07 208.59 0.77 0.67
Hex 6C AF EC 36 1A 0 7 D1 4D 43
Octal 154 257 354 66 32 0 7 321 115 103
Binary 1101100 10101111 11101100 110110 11010 0 111 11010001 1001101 1000011

Color Harmonies of #6CAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFEC

Black with #6CAFEC

Text Example


Text Example

White with #6CAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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