Html Css Color HEX #6AABDD Malibu

📋 copy color: '#6AABDD'

red 106 ◦ green 171 ◦ blue 221

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

Shades of Malibu #6AABDD

Tints of Malibu #6AABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

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

R = 21.29%
G = 34.34%
B = 44.38%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AABDD (or 0x6AABDD) is known color: Malibu. HEX triplet: 6A, AB and DD. RGB value is (106,171,221). Sum of RGB (Red+Green+Blue) = 106+171+221=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABDD is #955422. Grayscale: #9D9D9D. Windows color (decimal): -9786403 or 14527338. OLE color: 14527338.

HSL color Cylindrical-coordinate representation of color #6AABDD: hue angle of 206.09º 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 #6AABDD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 171 221 -
CMYK 0.52 0.23 0 0.13
HSL 206.09º 0.63% 0.64% -
HSV(B) 206.09º 0.52% 0.87% -
XYZ 33.56 37.41 73.86 -
YUV 157.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 106 171 221 0.52 0.23 0 0.13 206.09 0.63 0.64
Hex 6A AB DD 34 17 0 D CE 3F 40
Octal 152 253 335 64 27 0 15 316 77 100
Binary 1101010 10101011 11011101 110100 10111 0 1101 11001110 111111 1000000

Color Harmonies of #6AABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABDD

Black with #6AABDD

Text Example


Text Example

White with #6AABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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