Html Css Color HEX #6EB8DA Malibu

📋 copy color: '#6EB8DA'

red 110 ◦ green 184 ◦ blue 218

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

Shades of Malibu #6EB8DA

Tints of Malibu #6EB8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 21.48%
G = 35.94%
B = 42.58%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EB8DA (or 0x6EB8DA) is known color: Malibu. HEX triplet: 6E, B8 and DA. RGB value is (110,184,218). Sum of RGB (Red+Green+Blue) = 110+184+218=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EB8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8DA is #914725. Grayscale: #A5A5A5. Windows color (decimal): -9520934 or 14334062. OLE color: 14334062.

HSL color Cylindrical-coordinate representation of color #6EB8DA: hue angle of 198.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB8DA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 184 218 -
CMYK 0.50 0.16 0 0.15
HSL 198.89º 0.59% 0.64% -
HSV(B) 198.89º 0.5% 0.85% -
XYZ 36.23 42.66 72.65 -
YUV 165.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 110 184 218 0.50 0.16 0 0.15 198.89 0.59 0.64
Hex 6E B8 DA 32 10 0 F C7 3B 40
Octal 156 270 332 62 20 0 17 307 73 100
Binary 1101110 10111000 11011010 110010 10000 0 1111 11000111 111011 1000000

Color Harmonies of #6EB8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB8DA

Black with #6EB8DA

Text Example


Text Example

White with #6EB8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,184,218); }

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

background-color css

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

 a { background-color: rgb(110,184,218); }

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

border-color css

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

 span { border-color: rgb(110,184,218); }

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