Html Css Color HEX #6CAFDD Malibu

📋 copy color: '#6CAFDD'

red 108 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6CAFDD

Tints of Malibu #6CAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 21.43%
G = 34.72%
B = 43.85%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CAFDD (or 0x6CAFDD) is known color: Malibu. HEX triplet: 6C, AF and DD. RGB value is (108,175,221). Sum of RGB (Red+Green+Blue) = 108+175+221=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFDD is #935022. Grayscale: #9F9F9F. Windows color (decimal): -9654307 or 14528364. OLE color: 14528364.

HSL color Cylindrical-coordinate representation of color #6CAFDD: hue angle of 204.42º degrees, saturation: 0.62, 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 #6CAFDD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 175 221 -
CMYK 0.51 0.21 0 0.13
HSL 204.42º 0.62% 0.65% -
HSV(B) 204.42º 0.51% 0.87% -
XYZ 34.57 39.07 74.13 -
YUV 160.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 108 175 221 0.51 0.21 0 0.13 204.42 0.62 0.65
Hex 6C AF DD 33 15 0 D CC 3E 41
Octal 154 257 335 63 25 0 15 314 76 101
Binary 1101100 10101111 11011101 110011 10101 0 1101 11001100 111110 1000001

Color Harmonies of #6CAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFDD

Black with #6CAFDD

Text Example


Text Example

White with #6CAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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