Html Css Color HEX #6FD7CE Downy

📋 copy color: '#6FD7CE'

red 111 ◦ green 215 ◦ blue 206

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

Shades of Downy #6FD7CE

Tints of Downy #6FD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 20.86%
G = 40.41%
B = 38.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#6FD7CE (or 0x6FD7CE) is known color: Downy. HEX triplet: 6F, D7 and CE. RGB value is (111,215,206). Sum of RGB (Red+Green+Blue) = 111+215+206=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7CE is #902831. Grayscale: #B6B6B6. Windows color (decimal): -9447474 or 13555567. OLE color: 13555567.

HSL color Cylindrical-coordinate representation of color #6FD7CE: hue angle of 174.81º degrees, saturation: 0.57, 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 #6FD7CE is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 206 -
CMYK 0.48 0 0.04 0.16
HSL 174.81º 0.57% 0.64% -
HSV(B) 174.81º 0.48% 0.84% -
XYZ 42 56.44 67.07 -
YUV 182.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 111 215 206 0.48 0 0.04 0.16 174.81 0.57 0.64
Hex 6F D7 CE 30 0 4 10 AF 39 40
Octal 157 327 316 60 0 4 20 257 71 100
Binary 1101111 11010111 11001110 110000 0 100 10000 10101111 111001 1000000

Color Harmonies of #6FD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD7CE

Black with #6FD7CE

Text Example


Text Example

White with #6FD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,215,206); }

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

background-color css

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

 a { background-color: rgb(111,215,206); }

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

border-color css

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

 span { border-color: rgb(111,215,206); }

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