Html Css Color HEX #6AAFE0 Malibu

📋 copy color: '#6AAFE0'

red 106 ◦ green 175 ◦ blue 224

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

Shades of Malibu #6AAFE0

Tints of Malibu #6AAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 20.99%
G = 34.65%
B = 44.36%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6AAFE0 (or 0x6AAFE0) is known color: Malibu. HEX triplet: 6A, AF and E0. RGB value is (106,175,224). Sum of RGB (Red+Green+Blue) = 106+175+224=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFE0 is #95501F. Grayscale: #9F9F9F. Windows color (decimal): -9785376 or 14724970. OLE color: 14724970.

HSL color Cylindrical-coordinate representation of color #6AAFE0: hue angle of 204.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AAFE0 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 175 224 -
CMYK 0.53 0.22 0 0.12
HSL 204.92º 0.66% 0.65% -
HSV(B) 204.92º 0.53% 0.88% -
XYZ 34.73 39.11 76.24 -
YUV 159.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 106 175 224 0.53 0.22 0 0.12 204.92 0.66 0.65
Hex 6A AF E0 35 16 0 C CD 42 41
Octal 152 257 340 65 26 0 14 315 102 101
Binary 1101010 10101111 11100000 110101 10110 0 1100 11001101 1000010 1000001

Color Harmonies of #6AAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFE0

Black with #6AAFE0

Text Example


Text Example

White with #6AAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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