Html Css Color HEX #6AABDC Malibu

📋 copy color: '#6AABDC'

red 106 ◦ green 171 ◦ blue 220

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

Shades of Malibu #6AABDC

Tints of Malibu #6AABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 21.33%
G = 34.41%
B = 44.27%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AABDC (or 0x6AABDC) is known color: Malibu. HEX triplet: 6A, AB and DC. RGB value is (106,171,220). Sum of RGB (Red+Green+Blue) = 106+171+220=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABDC is #955423. Grayscale: #9C9C9C. Windows color (decimal): -9786404 or 14461802. OLE color: 14461802.

HSL color Cylindrical-coordinate representation of color #6AABDC: hue angle of 205.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AABDC is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 171 220 -
CMYK 0.52 0.22 0 0.14
HSL 205.79º 0.62% 0.64% -
HSV(B) 205.79º 0.52% 0.86% -
XYZ 33.43 37.36 73.16 -
YUV 157.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 106 171 220 0.52 0.22 0 0.14 205.79 0.62 0.64
Hex 6A AB DC 34 16 0 E CE 3E 40
Octal 152 253 334 64 26 0 16 316 76 100
Binary 1101010 10101011 11011100 110100 10110 0 1110 11001110 111110 1000000

Color Harmonies of #6AABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABDC

Black with #6AABDC

Text Example


Text Example

White with #6AABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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