Html Css Color HEX #6AABDB Malibu

📋 copy color: '#6AABDB'

red 106 ◦ green 171 ◦ blue 219

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

Shades of Malibu #6AABDB

Tints of Malibu #6AABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 21.37%
G = 34.48%
B = 44.15%

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

#6AABDB (or 0x6AABDB) is known color: Malibu. HEX triplet: 6A, AB and DB. RGB value is (106,171,219). Sum of RGB (Red+Green+Blue) = 106+171+219=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABDB is #955424. Grayscale: #9C9C9C. Windows color (decimal): -9786405 or 14396266. OLE color: 14396266.

HSL color Cylindrical-coordinate representation of color #6AABDB: hue angle of 205.49º degrees, saturation: 0.61, 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 #6AABDB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 171 219 -
CMYK 0.52 0.22 0 0.14
HSL 205.49º 0.61% 0.64% -
HSV(B) 205.49º 0.52% 0.86% -
XYZ 33.29 37.3 72.46 -
YUV 157.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 106 171 219 0.52 0.22 0 0.14 205.49 0.61 0.64
Hex 6A AB DB 34 16 0 E CD 3D 40
Octal 152 253 333 64 26 0 16 315 75 100
Binary 1101010 10101011 11011011 110100 10110 0 1110 11001101 111101 1000000

Color Harmonies of #6AABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABDB

Black with #6AABDB

Text Example


Text Example

White with #6AABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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