Html Css Color HEX #6EB2EF Malibu

📋 copy color: '#6EB2EF'

red 110 ◦ green 178 ◦ blue 239

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

Shades of Malibu #6EB2EF

Tints of Malibu #6EB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 20.87%
G = 33.78%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EB2EF (or 0x6EB2EF) is known color: Malibu. HEX triplet: 6E, B2 and EF. RGB value is (110,178,239). Sum of RGB (Red+Green+Blue) = 110+178+239=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2EF is #914D10. Grayscale: #A4A4A4. Windows color (decimal): -9522449 or 15708782. OLE color: 15708782.

HSL color Cylindrical-coordinate representation of color #6EB2EF: hue angle of 208.37º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EB2EF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 178 239 -
CMYK 0.54 0.26 0 0.06
HSL 208.37º 0.8% 0.68% -
HSV(B) 208.37º 0.54% 0.94% -
XYZ 37.93 41.39 87.65 -
YUV 164.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 110 178 239 0.54 0.26 0 0.06 208.37 0.8 0.68
Hex 6E B2 EF 36 1A 0 6 D0 50 44
Octal 156 262 357 66 32 0 6 320 120 104
Binary 1101110 10110010 11101111 110110 11010 0 110 11010000 1010000 1000100

Color Harmonies of #6EB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2EF

Black with #6EB2EF

Text Example


Text Example

White with #6EB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,178,239); }

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

background-color css

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

 a { background-color: rgb(110,178,239); }

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

border-color css

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

 span { border-color: rgb(110,178,239); }

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