Html Css Color HEX #6FCEBF Downy

📋 copy color: '#6FCEBF'

red 111 ◦ green 206 ◦ blue 191

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

Shades of Downy #6FCEBF

Tints of Downy #6FCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 21.85%
G = 40.55%
B = 37.6%

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

#6FCEBF (or 0x6FCEBF) is known color: Downy. HEX triplet: 6F, CE and BF. RGB value is (111,206,191). Sum of RGB (Red+Green+Blue) = 111+206+191=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEBF is #903140. Grayscale: #AFAFAF. Windows color (decimal): -9449793 or 12570223. OLE color: 12570223.

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

Color convert

RGB 111 206 191 -
CMYK 0.46 0 0.07 0.19
HSL 170.53º 0.49% 0.62% -
HSV(B) 170.53º 0.46% 0.81% -
XYZ 38.03 51.28 57.18 -
YUV 175.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 111 206 191 0.46 0 0.07 0.19 170.53 0.49 0.62
Hex 6F CE BF 2E 0 7 13 AB 31 3E
Octal 157 316 277 56 0 7 23 253 61 76
Binary 1101111 11001110 10111111 101110 0 111 10011 10101011 110001 111110

Color Harmonies of #6FCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEBF

Black with #6FCEBF

Text Example


Text Example

White with #6FCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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