Html Css Color HEX #6ABCED Malibu

📋 copy color: '#6ABCED'

red 106 ◦ green 188 ◦ blue 237

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

Shades of Malibu #6ABCED

Tints of Malibu #6ABCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 19.96%
G = 35.4%
B = 44.63%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ABCED (or 0x6ABCED) is known color: Malibu. HEX triplet: 6A, BC and ED. RGB value is (106,188,237). Sum of RGB (Red+Green+Blue) = 106+188+237=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ABCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABCED is #954312. Grayscale: #A8A8A8. Windows color (decimal): -9782035 or 15580266. OLE color: 15580266.

HSL color Cylindrical-coordinate representation of color #6ABCED: hue angle of 202.44º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABCED is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 188 237 -
CMYK 0.55 0.21 0 0.07
HSL 202.44º 0.78% 0.67% -
HSV(B) 202.44º 0.55% 0.93% -
XYZ 39.21 45.15 86.77 -
YUV 169.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 106 188 237 0.55 0.21 0 0.07 202.44 0.78 0.67
Hex 6A BC ED 37 15 0 7 CA 4E 43
Octal 152 274 355 67 25 0 7 312 116 103
Binary 1101010 10111100 11101101 110111 10101 0 111 11001010 1001110 1000011

Color Harmonies of #6ABCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCED

Black with #6ABCED

Text Example


Text Example

White with #6ABCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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