Html Css Color HEX #6EB4DB Malibu

📋 copy color: '#6EB4DB'

red 110 ◦ green 180 ◦ blue 219

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

Shades of Malibu #6EB4DB

Tints of Malibu #6EB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 21.61%
G = 35.36%
B = 43.03%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EB4DB (or 0x6EB4DB) is known color: Malibu. HEX triplet: 6E, B4 and DB. RGB value is (110,180,219). Sum of RGB (Red+Green+Blue) = 110+180+219=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB4DB is #914B24. Grayscale: #A3A3A3. Windows color (decimal): -9521957 or 14398574. OLE color: 14398574.

HSL color Cylindrical-coordinate representation of color #6EB4DB: hue angle of 201.47º 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 #6EB4DB is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 180 219 -
CMYK 0.50 0.18 0 0.14
HSL 201.47º 0.6% 0.65% -
HSV(B) 201.47º 0.5% 0.86% -
XYZ 35.54 41.07 73.07 -
YUV 163.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 110 180 219 0.50 0.18 0 0.14 201.47 0.6 0.65
Hex 6E B4 DB 32 12 0 E C9 3C 41
Octal 156 264 333 62 22 0 16 311 74 101
Binary 1101110 10110100 11011011 110010 10010 0 1110 11001001 111100 1000001

Color Harmonies of #6EB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB4DB

Black with #6EB4DB

Text Example


Text Example

White with #6EB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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