Html Css Color HEX #6DB2DC Malibu

📋 copy color: '#6DB2DC'

red 109 ◦ green 178 ◦ blue 220

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

Shades of Malibu #6DB2DC

Tints of Malibu #6DB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 21.5%
G = 35.11%
B = 43.39%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DB2DC (or 0x6DB2DC) is known color: Malibu. HEX triplet: 6D, B2 and DC. RGB value is (109,178,220). Sum of RGB (Red+Green+Blue) = 109+178+220=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2DC is #924D23. Grayscale: #A1A1A1. Windows color (decimal): -9588004 or 14463597. OLE color: 14463597.

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

Color convert

RGB 109 178 220 -
CMYK 0.50 0.19 0 0.14
HSL 202.7º 0.61% 0.65% -
HSV(B) 202.7º 0.5% 0.86% -
XYZ 35.15 40.26 73.63 -
YUV 162.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 109 178 220 0.50 0.19 0 0.14 202.7 0.61 0.65
Hex 6D B2 DC 32 13 0 E CB 3D 41
Octal 155 262 334 62 23 0 16 313 75 101
Binary 1101101 10110010 11011100 110010 10011 0 1110 11001011 111101 1000001

Color Harmonies of #6DB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2DC

Black with #6DB2DC

Text Example


Text Example

White with #6DB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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