Html Css Color HEX #6EB1EA Malibu

📋 copy color: '#6EB1EA'

red 110 ◦ green 177 ◦ blue 234

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

Shades of Malibu #6EB1EA

Tints of Malibu #6EB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 21.11%
G = 33.97%
B = 44.91%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EB1EA (or 0x6EB1EA) is known color: Malibu. HEX triplet: 6E, B1 and EA. RGB value is (110,177,234). Sum of RGB (Red+Green+Blue) = 110+177+234=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EB1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB1EA is #914E15. Grayscale: #A3A3A3. Windows color (decimal): -9522710 or 15380846. OLE color: 15380846.

HSL color Cylindrical-coordinate representation of color #6EB1EA: hue angle of 207.58º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EB1EA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 177 234 -
CMYK 0.53 0.24 0 0.08
HSL 207.58º 0.75% 0.67% -
HSV(B) 207.58º 0.53% 0.92% -
XYZ 37 40.7 83.75 -
YUV 163.47 167.8 89.87 -
System Red Green Blue C M Y K H S L
Decimal 110 177 234 0.53 0.24 0 0.08 207.58 0.75 0.67
Hex 6E B1 EA 35 18 0 8 D0 4B 43
Octal 156 261 352 65 30 0 10 320 113 103
Binary 1101110 10110001 11101010 110101 11000 0 1000 11010000 1001011 1000011

Color Harmonies of #6EB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB1EA

Black with #6EB1EA

Text Example


Text Example

White with #6EB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,177,234); }

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

background-color css

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

 a { background-color: rgb(110,177,234); }

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

border-color css

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

 span { border-color: rgb(110,177,234); }

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