Html Css Color HEX #6DB1DD Malibu

📋 copy color: '#6DB1DD'

red 109 ◦ green 177 ◦ blue 221

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

Shades of Malibu #6DB1DD

Tints of Malibu #6DB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 21.5%
G = 34.91%
B = 43.59%

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

#6DB1DD (or 0x6DB1DD) is known color: Malibu. HEX triplet: 6D, B1 and DD. RGB value is (109,177,221). Sum of RGB (Red+Green+Blue) = 109+177+221=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1DD is #924E22. Grayscale: #A1A1A1. Windows color (decimal): -9588259 or 14528877. OLE color: 14528877.

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

Color convert

RGB 109 177 221 -
CMYK 0.51 0.20 0 0.13
HSL 203.57º 0.62% 0.65% -
HSV(B) 203.57º 0.51% 0.87% -
XYZ 35.08 39.92 74.26 -
YUV 161.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 109 177 221 0.51 0.20 0 0.13 203.57 0.62 0.65
Hex 6D B1 DD 33 14 0 D CC 3E 41
Octal 155 261 335 63 24 0 15 314 76 101
Binary 1101101 10110001 11011101 110011 10100 0 1101 11001100 111110 1000001

Color Harmonies of #6DB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1DD

Black with #6DB1DD

Text Example


Text Example

White with #6DB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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