Html Css Color HEX #6FCEC5 Downy

📋 copy color: '#6FCEC5'

red 111 ◦ green 206 ◦ blue 197

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

Shades of Downy #6FCEC5

Tints of Downy #6FCEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 21.6%
G = 40.08%
B = 38.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#6FCEC5 (or 0x6FCEC5) is known color: Downy. HEX triplet: 6F, CE and C5. RGB value is (111,206,197). Sum of RGB (Red+Green+Blue) = 111+206+197=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEC5 is #90313A. Grayscale: #B0B0B0. Windows color (decimal): -9449787 or 12963439. OLE color: 12963439.

HSL color Cylindrical-coordinate representation of color #6FCEC5: hue angle of 174.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCEC5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 206 197 -
CMYK 0.46 0 0.04 0.19
HSL 174.32º 0.49% 0.62% -
HSV(B) 174.32º 0.46% 0.81% -
XYZ 38.7 51.55 60.73 -
YUV 176.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 111 206 197 0.46 0 0.04 0.19 174.32 0.49 0.62
Hex 6F CE C5 2E 0 4 13 AE 31 3E
Octal 157 316 305 56 0 4 23 256 61 76
Binary 1101111 11001110 11000101 101110 0 100 10011 10101110 110001 111110

Color Harmonies of #6FCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEC5

Black with #6FCEC5

Text Example


Text Example

White with #6FCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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