Html Css Color HEX #6ABCE5 Malibu

📋 copy color: '#6ABCE5'

red 106 ◦ green 188 ◦ blue 229

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

Shades of Malibu #6ABCE5

Tints of Malibu #6ABCE5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 20.27%
G = 35.95%
B = 43.79%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6ABCE5 (or 0x6ABCE5) is known color: Malibu. HEX triplet: 6A, BC and E5. RGB value is (106,188,229). Sum of RGB (Red+Green+Blue) = 106+188+229=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #6ABCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCE5 is #95431A. Grayscale: #A7A7A7. Windows color (decimal): -9782043 or 15055978. OLE color: 15055978.

HSL color Cylindrical-coordinate representation of color #6ABCE5: hue angle of 200º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ABCE5 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 188 229 -
CMYK 0.54 0.18 0 0.10
HSL 200º 0.7% 0.66% -
HSV(B) 200º 0.54% 0.9% -
XYZ 38.07 44.69 80.75 -
YUV 168.16 162.33 83.67 -
System Red Green Blue C M Y K H S L
Decimal 106 188 229 0.54 0.18 0 0.10 200 0.7 0.66
Hex 6A BC E5 36 12 0 A C8 46 42
Octal 152 274 345 66 22 0 12 310 106 102
Binary 1101010 10111100 11100101 110110 10010 0 1010 11001000 1000110 1000010

Color Harmonies of #6ABCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCE5

Black with #6ABCE5

Text Example


Text Example

White with #6ABCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,229); }

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

background-color css

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

 a { background-color: rgb(106,188,229); }

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

border-color css

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

 span { border-color: rgb(106,188,229); }

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