Html Css Color HEX #6DBEDC Malibu

📋 copy color: '#6DBEDC'

red 109 ◦ green 190 ◦ blue 220

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

Shades of Malibu #6DBEDC

Tints of Malibu #6DBEDC

RGB

 RED value IS 109 (42.97% from 255) = 21%

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

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

R = 21%
G = 36.61%
B = 42.39%

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

#6DBEDC (or 0x6DBEDC) is known color: Malibu. HEX triplet: 6D, BE and DC. RGB value is (109,190,220). Sum of RGB (Red+Green+Blue) = 109+190+220=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEDC is #924123. Grayscale: #A8A8A8. Windows color (decimal): -9584932 or 14466669. OLE color: 14466669.

HSL color Cylindrical-coordinate representation of color #6DBEDC: hue angle of 196.22º 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 #6DBEDC is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 190 220 -
CMYK 0.50 0.14 0 0.14
HSL 196.22º 0.61% 0.65% -
HSV(B) 196.22º 0.5% 0.86% -
XYZ 37.64 45.25 74.46 -
YUV 169.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 109 190 220 0.50 0.14 0 0.14 196.22 0.61 0.65
Hex 6D BE DC 32 E 0 E C4 3D 41
Octal 155 276 334 62 16 0 16 304 75 101
Binary 1101101 10111110 11011100 110010 1110 0 1110 11000100 111101 1000001

Color Harmonies of #6DBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBEDC

Black with #6DBEDC

Text Example


Text Example

White with #6DBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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