Html Css Color HEX #6FD5C7 Downy

📋 copy color: '#6FD5C7'

red 111 ◦ green 213 ◦ blue 199

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

Shades of Downy #6FD5C7

Tints of Downy #6FD5C7

RGB

 RED value IS 111 (43.75% from 255) = 21.22%

 GREEN value IS 213 (83.59% from 255) = 40.73%

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 21.22%
G = 40.73%
B = 38.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#6FD5C7 (or 0x6FD5C7) is known color: Downy. HEX triplet: 6F, D5 and C7. RGB value is (111,213,199). Sum of RGB (Red+Green+Blue) = 111+213+199=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5C7 is #902A38. Grayscale: #B4B4B4. Windows color (decimal): -9447993 or 13096303. OLE color: 13096303.

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

Color convert

RGB 111 213 199 -
CMYK 0.48 0 0.07 0.16
HSL 171.76º 0.55% 0.64% -
HSV(B) 171.76º 0.48% 0.84% -
XYZ 40.66 55.09 62.52 -
YUV 180.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 111 213 199 0.48 0 0.07 0.16 171.76 0.55 0.64
Hex 6F D5 C7 30 0 7 10 AC 37 40
Octal 157 325 307 60 0 7 20 254 67 100
Binary 1101111 11010101 11000111 110000 0 111 10000 10101100 110111 1000000

Color Harmonies of #6FD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD5C7

Black with #6FD5C7

Text Example


Text Example

White with #6FD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,213,199); }

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

background-color css

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

 a { background-color: rgb(111,213,199); }

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

border-color css

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

 span { border-color: rgb(111,213,199); }

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