Html Css Color HEX #6DB8DC Malibu

📋 copy color: '#6DB8DC'

red 109 ◦ green 184 ◦ blue 220

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

Shades of Malibu #6DB8DC

Tints of Malibu #6DB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 21.25%
G = 35.87%
B = 42.88%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DB8DC (or 0x6DB8DC) is known color: Malibu. HEX triplet: 6D, B8 and DC. RGB value is (109,184,220). Sum of RGB (Red+Green+Blue) = 109+184+220=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB8DC is #924723. Grayscale: #A5A5A5. Windows color (decimal): -9586468 or 14465133. OLE color: 14465133.

HSL color Cylindrical-coordinate representation of color #6DB8DC: hue angle of 199.46º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DB8DC is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 184 220 -
CMYK 0.50 0.16 0 0.14
HSL 199.46º 0.61% 0.65% -
HSV(B) 199.46º 0.5% 0.86% -
XYZ 36.37 42.7 74.04 -
YUV 165.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 109 184 220 0.50 0.16 0 0.14 199.46 0.61 0.65
Hex 6D B8 DC 32 10 0 E C7 3D 41
Octal 155 270 334 62 20 0 16 307 75 101
Binary 1101101 10111000 11011100 110010 10000 0 1110 11000111 111101 1000001

Color Harmonies of #6DB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB8DC

Black with #6DB8DC

Text Example


Text Example

White with #6DB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,184,220); }

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

background-color css

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

 a { background-color: rgb(109,184,220); }

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

border-color css

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

 span { border-color: rgb(109,184,220); }

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