Html Css Color HEX #6DC5DB Spray

📋 copy color: '#6DC5DB'

red 109 ◦ green 197 ◦ blue 219

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

Shades of Spray #6DC5DB

Tints of Spray #6DC5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 20.76%
G = 37.52%
B = 41.71%

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

#6DC5DB (or 0x6DC5DB) is known color: Spray. HEX triplet: 6D, C5 and DB. RGB value is (109,197,219). Sum of RGB (Red+Green+Blue) = 109+197+219=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DC5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5DB is #923A24. Grayscale: #ADADAD. Windows color (decimal): -9583141 or 14402925. OLE color: 14402925.

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

Color convert

RGB 109 197 219 -
CMYK 0.50 0.10 0 0.14
HSL 192º 0.6% 0.64% -
HSV(B) 192º 0.5% 0.86% -
XYZ 39.06 48.3 74.28 -
YUV 173.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 109 197 219 0.50 0.10 0 0.14 192 0.6 0.64
Hex 6D C5 DB 32 A 0 E C0 3C 40
Octal 155 305 333 62 12 0 16 300 74 100
Binary 1101101 11000101 11011011 110010 1010 0 1110 11000000 111100 1000000

Color Harmonies of #6DC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC5DB

Black with #6DC5DB

Text Example


Text Example

White with #6DC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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