Html Css Color HEX #6AAFD6 Malibu

📋 copy color: '#6AAFD6'

red 106 ◦ green 175 ◦ blue 214

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

Shades of Malibu #6AAFD6

Tints of Malibu #6AAFD6

RGB

 RED value IS 106 (41.8% from 255) = 21.41%

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

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

R = 21.41%
G = 35.35%
B = 43.23%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6AAFD6 (or 0x6AAFD6) is known color: Malibu. HEX triplet: 6A, AF and D6. RGB value is (106,175,214). Sum of RGB (Red+Green+Blue) = 106+175+214=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #6AAFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFD6 is #955029. Grayscale: #9E9E9E. Windows color (decimal): -9785386 or 14069610. OLE color: 14069610.

HSL color Cylindrical-coordinate representation of color #6AAFD6: hue angle of 201.67º degrees, saturation: 0.57, 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 #6AAFD6 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 175 214 -
CMYK 0.50 0.18 0 0.16
HSL 201.67º 0.57% 0.63% -
HSV(B) 201.67º 0.5% 0.84% -
XYZ 33.41 38.58 69.3 -
YUV 158.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 106 175 214 0.50 0.18 0 0.16 201.67 0.57 0.63
Hex 6A AF D6 32 12 0 10 CA 39 3F
Octal 152 257 326 62 22 0 20 312 71 77
Binary 1101010 10101111 11010110 110010 10010 0 10000 11001010 111001 111111

Color Harmonies of #6AAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFD6

Black with #6AAFD6

Text Example


Text Example

White with #6AAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,214); }

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

background-color css

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

 a { background-color: rgb(106,175,214); }

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

border-color css

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

 span { border-color: rgb(106,175,214); }

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