Html Css Color HEX #6EBADA Malibu

📋 copy color: '#6EBADA'

red 110 ◦ green 186 ◦ blue 218

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

Shades of Malibu #6EBADA

Tints of Malibu #6EBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 21.4%
G = 36.19%
B = 42.41%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EBADA (or 0x6EBADA) is known color: Malibu. HEX triplet: 6E, BA and DA. RGB value is (110,186,218). Sum of RGB (Red+Green+Blue) = 110+186+218=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBADA is #914525. Grayscale: #A6A6A6. Windows color (decimal): -9520422 or 14334574. OLE color: 14334574.

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

Color convert

RGB 110 186 218 -
CMYK 0.50 0.15 0 0.15
HSL 197.78º 0.59% 0.64% -
HSV(B) 197.78º 0.5% 0.85% -
XYZ 36.64 43.49 72.79 -
YUV 166.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 110 186 218 0.50 0.15 0 0.15 197.78 0.59 0.64
Hex 6E BA DA 32 F 0 F C6 3B 40
Octal 156 272 332 62 17 0 17 306 73 100
Binary 1101110 10111010 11011010 110010 1111 0 1111 11000110 111011 1000000

Color Harmonies of #6EBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBADA

Black with #6EBADA

Text Example


Text Example

White with #6EBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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