Html Css Color HEX #6DC6CF Spray

📋 copy color: '#6DC6CF'

red 109 ◦ green 198 ◦ blue 207

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

Shades of Spray #6DC6CF

Tints of Spray #6DC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

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

R = 21.21%
G = 38.52%
B = 40.27%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DC6CF (or 0x6DC6CF) is known color: Spray. HEX triplet: 6D, C6 and CF. RGB value is (109,198,207). Sum of RGB (Red+Green+Blue) = 109+198+207=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DC6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6CF is #923930. Grayscale: #ACACAC. Windows color (decimal): -9582897 or 13616749. OLE color: 13616749.

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

Color convert

RGB 109 198 207 -
CMYK 0.47 0.04 0 0.19
HSL 185.51º 0.51% 0.62% -
HSV(B) 185.51º 0.47% 0.81% -
XYZ 37.76 48.14 66.33 -
YUV 172.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 109 198 207 0.47 0.04 0 0.19 185.51 0.51 0.62
Hex 6D C6 CF 2F 4 0 13 BA 33 3E
Octal 155 306 317 57 4 0 23 272 63 76
Binary 1101101 11000110 11001111 101111 100 0 10011 10111010 110011 111110

Color Harmonies of #6DC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC6CF

Black with #6DC6CF

Text Example


Text Example

White with #6DC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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