Html Css Color HEX #6DC5DC Spray

📋 copy color: '#6DC5DC'

red 109 ◦ green 197 ◦ blue 220

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

Shades of Spray #6DC5DC

Tints of Spray #6DC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.45%

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

R = 20.72%
G = 37.45%
B = 41.83%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DC5DC (or 0x6DC5DC) is known color: Spray. HEX triplet: 6D, C5 and DC. RGB value is (109,197,220). Sum of RGB (Red+Green+Blue) = 109+197+220=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DC5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5DC is #923A23. Grayscale: #ADADAD. Windows color (decimal): -9583140 or 14468461. OLE color: 14468461.

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

Color convert

RGB 109 197 220 -
CMYK 0.50 0.10 0 0.14
HSL 192.43º 0.61% 0.65% -
HSV(B) 192.43º 0.5% 0.86% -
XYZ 39.19 48.35 74.98 -
YUV 173.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 109 197 220 0.50 0.10 0 0.14 192.43 0.61 0.65
Hex 6D C5 DC 32 A 0 E C0 3D 41
Octal 155 305 334 62 12 0 16 300 75 101
Binary 1101101 11000101 11011100 110010 1010 0 1110 11000000 111101 1000001

Color Harmonies of #6DC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC5DC

Black with #6DC5DC

Text Example


Text Example

White with #6DC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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