Html Css Color HEX #6FCFB8 Downy

📋 copy color: '#6FCFB8'

red 111 ◦ green 207 ◦ blue 184

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

Shades of Downy #6FCFB8

Tints of Downy #6FCFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 22.11%
G = 41.24%
B = 36.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#6FCFB8 (or 0x6FCFB8) is known color: Downy. HEX triplet: 6F, CF and B8. RGB value is (111,207,184). Sum of RGB (Red+Green+Blue) = 111+207+184=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB8 is #903047. Grayscale: #AFAFAF. Windows color (decimal): -9449544 or 12111727. OLE color: 12111727.

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

Color convert

RGB 111 207 184 -
CMYK 0.46 0 0.11 0.19
HSL 165.63º 0.5% 0.62% -
HSV(B) 165.63º 0.46% 0.81% -
XYZ 37.52 51.47 53.3 -
YUV 175.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 111 207 184 0.46 0 0.11 0.19 165.63 0.5 0.62
Hex 6F CF B8 2E 0 B 13 A6 32 3E
Octal 157 317 270 56 0 13 23 246 62 76
Binary 1101111 11001111 10111000 101110 0 1011 10011 10100110 110010 111110

Color Harmonies of #6FCFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFB8

Black with #6FCFB8

Text Example


Text Example

White with #6FCFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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