Html Css Color HEX #6EAEDA Malibu

📋 copy color: '#6EAEDA'

red 110 ◦ green 174 ◦ blue 218

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

Shades of Malibu #6EAEDA

Tints of Malibu #6EAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 21.91%
G = 34.66%
B = 43.43%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EAEDA (or 0x6EAEDA) is known color: Malibu. HEX triplet: 6E, AE and DA. RGB value is (110,174,218). Sum of RGB (Red+Green+Blue) = 110+174+218=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEDA is #915125. Grayscale: #9F9F9F. Windows color (decimal): -9523494 or 14331502. OLE color: 14331502.

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

Color convert

RGB 110 174 218 -
CMYK 0.50 0.20 0 0.15
HSL 204.44º 0.59% 0.64% -
HSV(B) 204.44º 0.5% 0.85% -
XYZ 34.22 38.65 71.99 -
YUV 159.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 110 174 218 0.50 0.20 0 0.15 204.44 0.59 0.64
Hex 6E AE DA 32 14 0 F CC 3B 40
Octal 156 256 332 62 24 0 17 314 73 100
Binary 1101110 10101110 11011010 110010 10100 0 1111 11001100 111011 1000000

Color Harmonies of #6EAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEDA

Black with #6EAEDA

Text Example


Text Example

White with #6EAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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