Html Css Color HEX #6DB4DD Malibu

📋 copy color: '#6DB4DD'

red 109 ◦ green 180 ◦ blue 221

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

Shades of Malibu #6DB4DD

Tints of Malibu #6DB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 21.37%
G = 35.29%
B = 43.33%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DB4DD (or 0x6DB4DD) is known color: Malibu. HEX triplet: 6D, B4 and DD. RGB value is (109,180,221). Sum of RGB (Red+Green+Blue) = 109+180+221=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4DD is #924B22. Grayscale: #A3A3A3. Windows color (decimal): -9587491 or 14529645. OLE color: 14529645.

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

Color convert

RGB 109 180 221 -
CMYK 0.51 0.19 0 0.13
HSL 201.96º 0.62% 0.65% -
HSV(B) 201.96º 0.51% 0.87% -
XYZ 35.68 41.11 74.46 -
YUV 163.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 109 180 221 0.51 0.19 0 0.13 201.96 0.62 0.65
Hex 6D B4 DD 33 13 0 D CA 3E 41
Octal 155 264 335 63 23 0 15 312 76 101
Binary 1101101 10110100 11011101 110011 10011 0 1101 11001010 111110 1000001

Color Harmonies of #6DB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4DD

Black with #6DB4DD

Text Example


Text Example

White with #6DB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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