Html Css Color HEX #6DC9DB Spray

📋 copy color: '#6DC9DB'

red 109 ◦ green 201 ◦ blue 219

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

Shades of Spray #6DC9DB

Tints of Spray #6DC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 20.6%
G = 38%
B = 41.4%

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

#6DC9DB (or 0x6DC9DB) is known color: Spray. HEX triplet: 6D, C9 and DB. RGB value is (109,201,219). Sum of RGB (Red+Green+Blue) = 109+201+219=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9DB is #923624. Grayscale: #AFAFAF. Windows color (decimal): -9582117 or 14403949. OLE color: 14403949.

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

Color convert

RGB 109 201 219 -
CMYK 0.50 0.08 0 0.14
HSL 189.82º 0.6% 0.64% -
HSV(B) 189.82º 0.5% 0.86% -
XYZ 39.98 50.14 74.59 -
YUV 175.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 109 201 219 0.50 0.08 0 0.14 189.82 0.6 0.64
Hex 6D C9 DB 32 8 0 E BE 3C 40
Octal 155 311 333 62 10 0 16 276 74 100
Binary 1101101 11001001 11011011 110010 1000 0 1110 10111110 111100 1000000

Color Harmonies of #6DC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC9DB

Black with #6DC9DB

Text Example


Text Example

White with #6DC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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