Html Css Color HEX #6EBCDB Malibu

📋 copy color: '#6EBCDB'

red 110 ◦ green 188 ◦ blue 219

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

Shades of Malibu #6EBCDB

Tints of Malibu #6EBCDB

RGB

 RED value IS 110 (43.36% from 255) = 21.28%

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 21.28%
G = 36.36%
B = 42.36%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EBCDB (or 0x6EBCDB) is known color: Malibu. HEX triplet: 6E, BC and DB. RGB value is (110,188,219). Sum of RGB (Red+Green+Blue) = 110+188+219=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCDB is #914324. Grayscale: #A8A8A8. Windows color (decimal): -9519909 or 14400622. OLE color: 14400622.

HSL color Cylindrical-coordinate representation of color #6EBCDB: hue angle of 197.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBCDB is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 188 219 -
CMYK 0.50 0.14 0 0.14
HSL 197.06º 0.6% 0.65% -
HSV(B) 197.06º 0.5% 0.86% -
XYZ 37.2 44.4 73.63 -
YUV 168.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 110 188 219 0.50 0.14 0 0.14 197.06 0.6 0.65
Hex 6E BC DB 32 E 0 E C5 3C 41
Octal 156 274 333 62 16 0 16 305 74 101
Binary 1101110 10111100 11011011 110010 1110 0 1110 11000101 111100 1000001

Color Harmonies of #6EBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCDB

Black with #6EBCDB

Text Example


Text Example

White with #6EBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,188,219); }

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

background-color css

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

 a { background-color: rgb(110,188,219); }

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

border-color css

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

 span { border-color: rgb(110,188,219); }

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