Html Css Color HEX #6DCFD5 Spray

📋 copy color: '#6DCFD5'

red 109 ◦ green 207 ◦ blue 213

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

Shades of Spray #6DCFD5

Tints of Spray #6DCFD5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 20.6%
G = 39.13%
B = 40.26%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DCFD5 (or 0x6DCFD5) is known color: Spray. HEX triplet: 6D, CF and D5. RGB value is (109,207,213). Sum of RGB (Red+Green+Blue) = 109+207+213=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #6DCFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFD5 is #92302A. Grayscale: #B2B2B2. Windows color (decimal): -9580587 or 14012269. OLE color: 14012269.

HSL color Cylindrical-coordinate representation of color #6DCFD5: hue angle of 183.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCFD5 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 207 213 -
CMYK 0.49 0.03 0 0.16
HSL 183.46º 0.55% 0.63% -
HSV(B) 183.46º 0.49% 0.84% -
XYZ 40.63 52.68 70.98 -
YUV 178.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 109 207 213 0.49 0.03 0 0.16 183.46 0.55 0.63
Hex 6D CF D5 31 3 0 10 B7 37 3F
Octal 155 317 325 61 3 0 20 267 67 77
Binary 1101101 11001111 11010101 110001 11 0 10000 10110111 110111 111111

Color Harmonies of #6DCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFD5

Black with #6DCFD5

Text Example


Text Example

White with #6DCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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