Html Css Color HEX #6EBEDF Malibu

📋 copy color: '#6EBEDF'

red 110 ◦ green 190 ◦ blue 223

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

Shades of Malibu #6EBEDF

Tints of Malibu #6EBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 21.03%
G = 36.33%
B = 42.64%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EBEDF (or 0x6EBEDF) is known color: Malibu. HEX triplet: 6E, BE and DF. RGB value is (110,190,223). Sum of RGB (Red+Green+Blue) = 110+190+223=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEDF is #914120. Grayscale: #A9A9A9. Windows color (decimal): -9519393 or 14663278. OLE color: 14663278.

HSL color Cylindrical-coordinate representation of color #6EBEDF: hue angle of 197.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBEDF is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 190 223 -
CMYK 0.51 0.15 0 0.13
HSL 197.52º 0.64% 0.65% -
HSV(B) 197.52º 0.51% 0.87% -
XYZ 38.16 45.47 76.58 -
YUV 169.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 110 190 223 0.51 0.15 0 0.13 197.52 0.64 0.65
Hex 6E BE DF 33 F 0 D C6 40 41
Octal 156 276 337 63 17 0 15 306 100 101
Binary 1101110 10111110 11011111 110011 1111 0 1101 11000110 1000000 1000001

Color Harmonies of #6EBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEDF

Black with #6EBEDF

Text Example


Text Example

White with #6EBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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