Html Css Color HEX #6ABEDC Malibu

📋 copy color: '#6ABEDC'

red 106 ◦ green 190 ◦ blue 220

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

Shades of Malibu #6ABEDC

Tints of Malibu #6ABEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 20.54%
G = 36.82%
B = 42.64%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ABEDC (or 0x6ABEDC) is known color: Malibu. HEX triplet: 6A, BE and DC. RGB value is (106,190,220). Sum of RGB (Red+Green+Blue) = 106+190+220=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ABEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEDC is #954123. Grayscale: #A8A8A8. Windows color (decimal): -9781540 or 14466666. OLE color: 14466666.

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

Color convert

RGB 106 190 220 -
CMYK 0.52 0.14 0 0.14
HSL 195.79º 0.62% 0.64% -
HSV(B) 195.79º 0.52% 0.86% -
XYZ 37.28 45.06 74.44 -
YUV 168.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 106 190 220 0.52 0.14 0 0.14 195.79 0.62 0.64
Hex 6A BE DC 34 E 0 E C4 3E 40
Octal 152 276 334 64 16 0 16 304 76 100
Binary 1101010 10111110 11011100 110100 1110 0 1110 11000100 111110 1000000

Color Harmonies of #6ABEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABEDC

Black with #6ABEDC

Text Example


Text Example

White with #6ABEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,190,220); }

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

background-color css

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

 a { background-color: rgb(106,190,220); }

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

border-color css

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

 span { border-color: rgb(106,190,220); }

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