Html Css Color HEX #6ABBDB Malibu

📋 copy color: '#6ABBDB'

red 106 ◦ green 187 ◦ blue 219

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

Shades of Malibu #6ABBDB

Tints of Malibu #6ABBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 20.7%
G = 36.52%
B = 42.77%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ABBDB (or 0x6ABBDB) is known color: Malibu. HEX triplet: 6A, BB and DB. RGB value is (106,187,219). Sum of RGB (Red+Green+Blue) = 106+187+219=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ABBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBDB is #954424. Grayscale: #A6A6A6. Windows color (decimal): -9782309 or 14400362. OLE color: 14400362.

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

Color convert

RGB 106 187 219 -
CMYK 0.52 0.15 0 0.14
HSL 196.99º 0.61% 0.64% -
HSV(B) 196.99º 0.52% 0.86% -
XYZ 36.5 43.72 73.53 -
YUV 166.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 106 187 219 0.52 0.15 0 0.14 196.99 0.61 0.64
Hex 6A BB DB 34 F 0 E C5 3D 40
Octal 152 273 333 64 17 0 16 305 75 100
Binary 1101010 10111011 11011011 110100 1111 0 1110 11000101 111101 1000000

Color Harmonies of #6ABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBDB

Black with #6ABBDB

Text Example


Text Example

White with #6ABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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