Html Css Color HEX #6FC7BE Downy

📋 copy color: '#6FC7BE'

red 111 ◦ green 199 ◦ blue 190

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

Shades of Downy #6FC7BE

Tints of Downy #6FC7BE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.8%

 BLUE value IS 190 (74.61% from 255) = 38%

R = 22.2%
G = 39.8%
B = 38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#6FC7BE (or 0x6FC7BE) is known color: Downy. HEX triplet: 6F, C7 and BE. RGB value is (111,199,190). Sum of RGB (Red+Green+Blue) = 111+199+190=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #6FC7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC7BE is #903841. Grayscale: #ABABAB. Windows color (decimal): -9451586 or 12502895. OLE color: 12502895.

HSL color Cylindrical-coordinate representation of color #6FC7BE: hue angle of 173.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC7BE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 199 190 -
CMYK 0.44 0 0.05 0.22
HSL 173.86º 0.44% 0.61% -
HSV(B) 173.86º 0.44% 0.78% -
XYZ 36.27 47.94 56.06 -
YUV 171.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 111 199 190 0.44 0 0.05 0.22 173.86 0.44 0.61
Hex 6F C7 BE 2C 0 5 16 AE 2C 3D
Octal 157 307 276 54 0 5 26 256 54 75
Binary 1101111 11000111 10111110 101100 0 101 10110 10101110 101100 111101

Color Harmonies of #6FC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC7BE

Black with #6FC7BE

Text Example


Text Example

White with #6FC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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