Html Css Color HEX #6FCEC0 Downy

📋 copy color: '#6FCEC0'

red 111 ◦ green 206 ◦ blue 192

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

Shades of Downy #6FCEC0

Tints of Downy #6FCEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 21.81%
G = 40.47%
B = 37.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6FCEC0 (or 0x6FCEC0) is known color: Downy. HEX triplet: 6F, CE and C0. RGB value is (111,206,192). Sum of RGB (Red+Green+Blue) = 111+206+192=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEC0 is #90313F. Grayscale: #AFAFAF. Windows color (decimal): -9449792 or 12635759. OLE color: 12635759.

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

Color convert

RGB 111 206 192 -
CMYK 0.46 0 0.07 0.19
HSL 171.16º 0.49% 0.62% -
HSV(B) 171.16º 0.46% 0.81% -
XYZ 38.14 51.33 57.77 -
YUV 176 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 111 206 192 0.46 0 0.07 0.19 171.16 0.49 0.62
Hex 6F CE C0 2E 0 7 13 AB 31 3E
Octal 157 316 300 56 0 7 23 253 61 76
Binary 1101111 11001110 11000000 101110 0 111 10011 10101011 110001 111110

Color Harmonies of #6FCEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEC0

Black with #6FCEC0

Text Example


Text Example

White with #6FCEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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