Html Css Color HEX #6DCAD9 Spray

📋 copy color: '#6DCAD9'

red 109 ◦ green 202 ◦ blue 217

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

Shades of Spray #6DCAD9

Tints of Spray #6DCAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 20.64%
G = 38.26%
B = 41.1%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DCAD9 (or 0x6DCAD9) is known color: Spray. HEX triplet: 6D, CA and D9. RGB value is (109,202,217). Sum of RGB (Red+Green+Blue) = 109+202+217=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DCAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAD9 is #923526. Grayscale: #AFAFAF. Windows color (decimal): -9581863 or 14273133. OLE color: 14273133.

HSL color Cylindrical-coordinate representation of color #6DCAD9: hue angle of 188.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCAD9 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 202 217 -
CMYK 0.50 0.07 0 0.15
HSL 188.33º 0.59% 0.64% -
HSV(B) 188.33º 0.5% 0.85% -
XYZ 39.95 50.5 73.29 -
YUV 175.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 109 202 217 0.50 0.07 0 0.15 188.33 0.59 0.64
Hex 6D CA D9 32 7 0 F BC 3B 40
Octal 155 312 331 62 7 0 17 274 73 100
Binary 1101101 11001010 11011001 110010 111 0 1111 10111100 111011 1000000

Color Harmonies of #6DCAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCAD9

Black with #6DCAD9

Text Example


Text Example

White with #6DCAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,202,217); }

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

background-color css

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

 a { background-color: rgb(109,202,217); }

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

border-color css

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

 span { border-color: rgb(109,202,217); }

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