Html Css Color HEX #6DCADE Spray

📋 copy color: '#6DCADE'

red 109 ◦ green 202 ◦ blue 222

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

Shades of Spray #6DCADE

Tints of Spray #6DCADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 20.45%
G = 37.9%
B = 41.65%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DCADE (or 0x6DCADE) is known color: Spray. HEX triplet: 6D, CA and DE. RGB value is (109,202,222). Sum of RGB (Red+Green+Blue) = 109+202+222=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADE is #923521. Grayscale: #B0B0B0. Windows color (decimal): -9581858 or 14600813. OLE color: 14600813.

HSL color Cylindrical-coordinate representation of color #6DCADE: hue angle of 190.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCADE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 202 222 -
CMYK 0.51 0.09 0 0.13
HSL 190.62º 0.63% 0.65% -
HSV(B) 190.62º 0.51% 0.87% -
XYZ 40.61 50.77 76.77 -
YUV 176.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 109 202 222 0.51 0.09 0 0.13 190.62 0.63 0.65
Hex 6D CA DE 33 9 0 D BF 3F 41
Octal 155 312 336 63 11 0 15 277 77 101
Binary 1101101 11001010 11011110 110011 1001 0 1101 10111111 111111 1000001

Color Harmonies of #6DCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCADE

Black with #6DCADE

Text Example


Text Example

White with #6DCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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