Html Css Color HEX #6DCACE Spray

📋 copy color: '#6DCACE'

red 109 ◦ green 202 ◦ blue 206

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

Shades of Spray #6DCACE

Tints of Spray #6DCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 21.08%
G = 39.07%
B = 39.85%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DCACE (or 0x6DCACE) is known color: Spray. HEX triplet: 6D, CA and CE. RGB value is (109,202,206). Sum of RGB (Red+Green+Blue) = 109+202+206=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCACE is #923531. Grayscale: #AEAEAE. Windows color (decimal): -9581874 or 13552237. OLE color: 13552237.

HSL color Cylindrical-coordinate representation of color #6DCACE: hue angle of 182.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCACE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 202 206 -
CMYK 0.47 0.02 0 0.19
HSL 182.47º 0.5% 0.62% -
HSV(B) 182.47º 0.47% 0.81% -
XYZ 38.57 49.95 66 -
YUV 174.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 109 202 206 0.47 0.02 0 0.19 182.47 0.5 0.62
Hex 6D CA CE 2F 2 0 13 B6 32 3E
Octal 155 312 316 57 2 0 23 266 62 76
Binary 1101101 11001010 11001110 101111 10 0 10011 10110110 110010 111110

Color Harmonies of #6DCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCACE

Black with #6DCACE

Text Example


Text Example

White with #6DCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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