Html Css Color HEX #6DCACF Spray

📋 copy color: '#6DCACF'

red 109 ◦ green 202 ◦ blue 207

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

Shades of Spray #6DCACF

Tints of Spray #6DCACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 21.04%
G = 39%
B = 39.96%

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

#6DCACF (or 0x6DCACF) is known color: Spray. HEX triplet: 6D, CA and CF. RGB value is (109,202,207). Sum of RGB (Red+Green+Blue) = 109+202+207=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCACF is #923530. Grayscale: #AEAEAE. Windows color (decimal): -9581873 or 13617773. OLE color: 13617773.

HSL color Cylindrical-coordinate representation of color #6DCACF: hue angle of 183.06º degrees, saturation: 0.51, 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 #6DCACF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 202 207 -
CMYK 0.47 0.02 0 0.19
HSL 183.06º 0.51% 0.62% -
HSV(B) 183.06º 0.47% 0.81% -
XYZ 38.69 50 66.64 -
YUV 174.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 109 202 207 0.47 0.02 0 0.19 183.06 0.51 0.62
Hex 6D CA CF 2F 2 0 13 B7 33 3E
Octal 155 312 317 57 2 0 23 267 63 76
Binary 1101101 11001010 11001111 101111 10 0 10011 10110111 110011 111110

Color Harmonies of #6DCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCACF

Black with #6DCACF

Text Example


Text Example

White with #6DCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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