Html Css Color HEX #6FCFBE Downy

📋 copy color: '#6FCFBE'

red 111 ◦ green 207 ◦ blue 190

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

Shades of Downy #6FCFBE

Tints of Downy #6FCFBE

RGB

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

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

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

R = 21.85%
G = 40.75%
B = 37.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6FCFBE (or 0x6FCFBE) is known color: Downy. HEX triplet: 6F, CF and BE. RGB value is (111,207,190). Sum of RGB (Red+Green+Blue) = 111+207+190=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFBE is #903041. Grayscale: #B0B0B0. Windows color (decimal): -9449538 or 12504943. OLE color: 12504943.

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

Color convert

RGB 111 207 190 -
CMYK 0.46 0 0.08 0.19
HSL 169.38º 0.5% 0.62% -
HSV(B) 169.38º 0.46% 0.81% -
XYZ 38.16 51.72 56.69 -
YUV 176.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 111 207 190 0.46 0 0.08 0.19 169.38 0.5 0.62
Hex 6F CF BE 2E 0 8 13 A9 32 3E
Octal 157 317 276 56 0 10 23 251 62 76
Binary 1101111 11001111 10111110 101110 0 1000 10011 10101001 110010 111110

Color Harmonies of #6FCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFBE

Black with #6FCFBE

Text Example


Text Example

White with #6FCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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