Html Css Color HEX #6DC7DB Spray

📋 copy color: '#6DC7DB'

red 109 ◦ green 199 ◦ blue 219

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

Shades of Spray #6DC7DB

Tints of Spray #6DC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

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

R = 20.68%
G = 37.76%
B = 41.56%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DC7DB (or 0x6DC7DB) is known color: Spray. HEX triplet: 6D, C7 and DB. RGB value is (109,199,219). Sum of RGB (Red+Green+Blue) = 109+199+219=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DC7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC7DB is #923824. Grayscale: #AEAEAE. Windows color (decimal): -9582629 or 14403437. OLE color: 14403437.

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

Color convert

RGB 109 199 219 -
CMYK 0.50 0.09 0 0.14
HSL 190.91º 0.6% 0.64% -
HSV(B) 190.91º 0.5% 0.86% -
XYZ 39.52 49.21 74.43 -
YUV 174.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 109 199 219 0.50 0.09 0 0.14 190.91 0.6 0.64
Hex 6D C7 DB 32 9 0 E BF 3C 40
Octal 155 307 333 62 11 0 16 277 74 100
Binary 1101101 11000111 11011011 110010 1001 0 1110 10111111 111100 1000000

Color Harmonies of #6DC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC7DB

Black with #6DC7DB

Text Example


Text Example

White with #6DC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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