Html Css Color HEX #6DCBDC Spray

📋 copy color: '#6DCBDC'

red 109 ◦ green 203 ◦ blue 220

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

Shades of Spray #6DCBDC

Tints of Spray #6DCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.16%

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

R = 20.49%
G = 38.16%
B = 41.35%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DCBDC (or 0x6DCBDC) is known color: Spray. HEX triplet: 6D, CB and DC. RGB value is (109,203,220). Sum of RGB (Red+Green+Blue) = 109+203+220=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDC is #923423. Grayscale: #B0B0B0. Windows color (decimal): -9581604 or 14469997. OLE color: 14469997.

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

Color convert

RGB 109 203 220 -
CMYK 0.50 0.08 0 0.14
HSL 189.19º 0.61% 0.65% -
HSV(B) 189.19º 0.5% 0.86% -
XYZ 40.58 51.13 75.44 -
YUV 176.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 109 203 220 0.50 0.08 0 0.14 189.19 0.61 0.65
Hex 6D CB DC 32 8 0 E BD 3D 41
Octal 155 313 334 62 10 0 16 275 75 101
Binary 1101101 11001011 11011100 110010 1000 0 1110 10111101 111101 1000001

Color Harmonies of #6DCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBDC

Black with #6DCBDC

Text Example


Text Example

White with #6DCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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