Html Css Color HEX #6FCFB7 Downy

📋 copy color: '#6FCFB7'

red 111 ◦ green 207 ◦ blue 183

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

Shades of Downy #6FCFB7

Tints of Downy #6FCFB7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.32%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 22.16%
G = 41.32%
B = 36.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#6FCFB7 (or 0x6FCFB7) is known color: Downy. HEX triplet: 6F, CF and B7. RGB value is (111,207,183). Sum of RGB (Red+Green+Blue) = 111+207+183=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB7 is #903048. Grayscale: #AFAFAF. Windows color (decimal): -9449545 or 12046191. OLE color: 12046191.

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

Color convert

RGB 111 207 183 -
CMYK 0.46 0 0.12 0.19
HSL 165º 0.5% 0.62% -
HSV(B) 165º 0.46% 0.81% -
XYZ 37.42 51.42 52.75 -
YUV 175.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 111 207 183 0.46 0 0.12 0.19 165 0.5 0.62
Hex 6F CF B7 2E 0 C 13 A5 32 3E
Octal 157 317 267 56 0 14 23 245 62 76
Binary 1101111 11001111 10110111 101110 0 1100 10011 10100101 110010 111110

Color Harmonies of #6FCFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFB7

Black with #6FCFB7

Text Example


Text Example

White with #6FCFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,183); }

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

background-color css

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

 a { background-color: rgb(111,207,183); }

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

border-color css

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

 span { border-color: rgb(111,207,183); }

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