Html Css Color HEX #6DB6DD Malibu

📋 copy color: '#6DB6DD'

red 109 ◦ green 182 ◦ blue 221

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

Shades of Malibu #6DB6DD

Tints of Malibu #6DB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 21.29%
G = 35.55%
B = 43.16%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DB6DD (or 0x6DB6DD) is known color: Malibu. HEX triplet: 6D, B6 and DD. RGB value is (109,182,221). Sum of RGB (Red+Green+Blue) = 109+182+221=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6DD is #924922. Grayscale: #A4A4A4. Windows color (decimal): -9586979 or 14530157. OLE color: 14530157.

HSL color Cylindrical-coordinate representation of color #6DB6DD: hue angle of 200.89º degrees, saturation: 0.62, 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 #6DB6DD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 182 221 -
CMYK 0.51 0.18 0 0.13
HSL 200.89º 0.62% 0.65% -
HSV(B) 200.89º 0.51% 0.87% -
XYZ 36.09 41.93 74.6 -
YUV 164.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 109 182 221 0.51 0.18 0 0.13 200.89 0.62 0.65
Hex 6D B6 DD 33 12 0 D C9 3E 41
Octal 155 266 335 63 22 0 15 311 76 101
Binary 1101101 10110110 11011101 110011 10010 0 1101 11001001 111110 1000001

Color Harmonies of #6DB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB6DD

Black with #6DB6DD

Text Example


Text Example

White with #6DB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,182,221); }

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

background-color css

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

 a { background-color: rgb(109,182,221); }

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

border-color css

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

 span { border-color: rgb(109,182,221); }

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