Html Css Color HEX #6DB0DD Malibu

📋 copy color: '#6DB0DD'

red 109 ◦ green 176 ◦ blue 221

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

Shades of Malibu #6DB0DD

Tints of Malibu #6DB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 21.54%
G = 34.78%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DB0DD (or 0x6DB0DD) is known color: Malibu. HEX triplet: 6D, B0 and DD. RGB value is (109,176,221). Sum of RGB (Red+Green+Blue) = 109+176+221=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0DD is #924F22. Grayscale: #A0A0A0. Windows color (decimal): -9588515 or 14528621. OLE color: 14528621.

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

Color convert

RGB 109 176 221 -
CMYK 0.51 0.20 0 0.13
HSL 204.11º 0.62% 0.65% -
HSV(B) 204.11º 0.51% 0.87% -
XYZ 34.88 39.52 74.2 -
YUV 161.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 109 176 221 0.51 0.20 0 0.13 204.11 0.62 0.65
Hex 6D B0 DD 33 14 0 D CC 3E 41
Octal 155 260 335 63 24 0 15 314 76 101
Binary 1101101 10110000 11011101 110011 10100 0 1101 11001100 111110 1000001

Color Harmonies of #6DB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0DD

Black with #6DB0DD

Text Example


Text Example

White with #6DB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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