Html Css Color HEX #6ABADE Malibu

📋 copy color: '#6ABADE'

red 106 ◦ green 186 ◦ blue 222

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

Shades of Malibu #6ABADE

Tints of Malibu #6ABADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 20.62%
G = 36.19%
B = 43.19%

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

#6ABADE (or 0x6ABADE) is known color: Malibu. HEX triplet: 6A, BA and DE. RGB value is (106,186,222). Sum of RGB (Red+Green+Blue) = 106+186+222=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABADE is #954521. Grayscale: #A5A5A5. Windows color (decimal): -9782562 or 14596714. OLE color: 14596714.

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

Color convert

RGB 106 186 222 -
CMYK 0.52 0.16 0 0.13
HSL 198.62º 0.64% 0.64% -
HSV(B) 198.62º 0.52% 0.87% -
XYZ 36.69 43.46 75.56 -
YUV 166.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 106 186 222 0.52 0.16 0 0.13 198.62 0.64 0.64
Hex 6A BA DE 34 10 0 D C7 40 40
Octal 152 272 336 64 20 0 15 307 100 100
Binary 1101010 10111010 11011110 110100 10000 0 1101 11000111 1000000 1000000

Color Harmonies of #6ABADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABADE

Black with #6ABADE

Text Example


Text Example

White with #6ABADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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