Html Css Color HEX #6FBEDC Malibu

📋 copy color: '#6FBEDC'

red 111 ◦ green 190 ◦ blue 220

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

Shades of Malibu #6FBEDC

Tints of Malibu #6FBEDC

RGB

 RED value IS 111 (43.75% from 255) = 21.31%

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 21.31%
G = 36.47%
B = 42.23%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FBEDC (or 0x6FBEDC) is known color: Malibu. HEX triplet: 6F, BE and DC. RGB value is (111,190,220). Sum of RGB (Red+Green+Blue) = 111+190+220=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDC is #904123. Grayscale: #A9A9A9. Windows color (decimal): -9453860 or 14466671. OLE color: 14466671.

HSL color Cylindrical-coordinate representation of color #6FBEDC: hue angle of 196.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBEDC is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 190 220 -
CMYK 0.50 0.14 0 0.14
HSL 196.51º 0.61% 0.65% -
HSV(B) 196.51º 0.5% 0.86% -
XYZ 37.89 45.37 74.47 -
YUV 169.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 111 190 220 0.50 0.14 0 0.14 196.51 0.61 0.65
Hex 6F BE DC 32 E 0 E C5 3D 41
Octal 157 276 334 62 16 0 16 305 75 101
Binary 1101111 10111110 11011100 110010 1110 0 1110 11000101 111101 1000001

Color Harmonies of #6FBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEDC

Black with #6FBEDC

Text Example


Text Example

White with #6FBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,220); }

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

background-color css

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

 a { background-color: rgb(111,190,220); }

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

border-color css

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

 span { border-color: rgb(111,190,220); }

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