Html Css Color HEX #6AAFDD Malibu

📋 copy color: '#6AAFDD'

red 106 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6AAFDD

Tints of Malibu #6AAFDD

RGB

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

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

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

R = 21.12%
G = 34.86%
B = 44.02%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AAFDD (or 0x6AAFDD) is known color: Malibu. HEX triplet: 6A, AF and DD. RGB value is (106,175,221). Sum of RGB (Red+Green+Blue) = 106+175+221=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFDD is #955022. Grayscale: #9F9F9F. Windows color (decimal): -9785379 or 14528362. OLE color: 14528362.

HSL color Cylindrical-coordinate representation of color #6AAFDD: hue angle of 204º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAFDD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 175 221 -
CMYK 0.52 0.21 0 0.13
HSL 204º 0.63% 0.64% -
HSV(B) 204º 0.52% 0.87% -
XYZ 34.32 38.94 74.11 -
YUV 159.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 106 175 221 0.52 0.21 0 0.13 204 0.63 0.64
Hex 6A AF DD 34 15 0 D CC 3F 40
Octal 152 257 335 64 25 0 15 314 77 100
Binary 1101010 10101111 11011101 110100 10101 0 1101 11001100 111111 1000000

Color Harmonies of #6AAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFDD

Black with #6AAFDD

Text Example


Text Example

White with #6AAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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