Html Css Color HEX #6DB9DD Malibu

📋 copy color: '#6DB9DD'

red 109 ◦ green 185 ◦ blue 221

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

Shades of Malibu #6DB9DD

Tints of Malibu #6DB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

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

R = 21.17%
G = 35.92%
B = 42.91%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DB9DD (or 0x6DB9DD) is known color: Malibu. HEX triplet: 6D, B9 and DD. RGB value is (109,185,221). Sum of RGB (Red+Green+Blue) = 109+185+221=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9DD is #924622. Grayscale: #A6A6A6. Windows color (decimal): -9586211 or 14530925. OLE color: 14530925.

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

Color convert

RGB 109 185 221 -
CMYK 0.51 0.16 0 0.13
HSL 199.29º 0.62% 0.65% -
HSV(B) 199.29º 0.51% 0.87% -
XYZ 36.71 43.17 74.8 -
YUV 166.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 109 185 221 0.51 0.16 0 0.13 199.29 0.62 0.65
Hex 6D B9 DD 33 10 0 D C7 3E 41
Octal 155 271 335 63 20 0 15 307 76 101
Binary 1101101 10111001 11011101 110011 10000 0 1101 11000111 111110 1000001

Color Harmonies of #6DB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB9DD

Black with #6DB9DD

Text Example


Text Example

White with #6DB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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