Html Css Color HEX #6ABBDE Malibu

📋 copy color: '#6ABBDE'

red 106 ◦ green 187 ◦ blue 222

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

Shades of Malibu #6ABBDE

Tints of Malibu #6ABBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 20.58%
G = 36.31%
B = 43.11%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ABBDE (or 0x6ABBDE) is known color: Malibu. HEX triplet: 6A, BB and DE. RGB value is (106,187,222). Sum of RGB (Red+Green+Blue) = 106+187+222=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBDE is #954421. Grayscale: #A6A6A6. Windows color (decimal): -9782306 or 14596970. OLE color: 14596970.

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

Color convert

RGB 106 187 222 -
CMYK 0.52 0.16 0 0.13
HSL 198.1º 0.64% 0.64% -
HSV(B) 198.1º 0.52% 0.87% -
XYZ 36.9 43.88 75.63 -
YUV 166.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 106 187 222 0.52 0.16 0 0.13 198.1 0.64 0.64
Hex 6A BB DE 34 10 0 D C6 40 40
Octal 152 273 336 64 20 0 15 306 100 100
Binary 1101010 10111011 11011110 110100 10000 0 1101 11000110 1000000 1000000

Color Harmonies of #6ABBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBDE

Black with #6ABBDE

Text Example


Text Example

White with #6ABBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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