Html Css Color HEX #6EBEE6 Malibu

📋 copy color: '#6EBEE6'

red 110 ◦ green 190 ◦ blue 230

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

Shades of Malibu #6EBEE6

Tints of Malibu #6EBEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 20.75%
G = 35.85%
B = 43.4%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6EBEE6 (or 0x6EBEE6) is known color: Malibu. HEX triplet: 6E, BE and E6. RGB value is (110,190,230). Sum of RGB (Red+Green+Blue) = 110+190+230=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #6EBEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBEE6 is #914119. Grayscale: #AAAAAA. Windows color (decimal): -9519386 or 15122030. OLE color: 15122030.

HSL color Cylindrical-coordinate representation of color #6EBEE6: hue angle of 200º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EBEE6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 190 230 -
CMYK 0.52 0.17 0 0.10
HSL 200º 0.71% 0.67% -
HSV(B) 200º 0.52% 0.9% -
XYZ 39.13 45.86 81.65 -
YUV 170.64 161.5 84.75 -
System Red Green Blue C M Y K H S L
Decimal 110 190 230 0.52 0.17 0 0.10 200 0.71 0.67
Hex 6E BE E6 34 11 0 A C8 47 43
Octal 156 276 346 64 21 0 12 310 107 103
Binary 1101110 10111110 11100110 110100 10001 0 1010 11001000 1000111 1000011

Color Harmonies of #6EBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEE6

Black with #6EBEE6

Text Example


Text Example

White with #6EBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,190,230); }

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

background-color css

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

 a { background-color: rgb(110,190,230); }

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

border-color css

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

 span { border-color: rgb(110,190,230); }

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