Html Css Color HEX #6FDFC2 Downy

📋 copy color: '#6FDFC2'

red 111 ◦ green 223 ◦ blue 194

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

Shades of Downy #6FDFC2

Tints of Downy #6FDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 21.02%
G = 42.23%
B = 36.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#6FDFC2 (or 0x6FDFC2) is known color: Downy. HEX triplet: 6F, DF and C2. RGB value is (111,223,194). Sum of RGB (Red+Green+Blue) = 111+223+194=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFC2 is #90203D. Grayscale: #BABABA. Windows color (decimal): -9445438 or 12771183. OLE color: 12771183.

HSL color Cylindrical-coordinate representation of color #6FDFC2: hue angle of 164.46º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFC2 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 223 194 -
CMYK 0.50 0 0.13 0.13
HSL 164.46º 0.64% 0.65% -
HSV(B) 164.46º 0.5% 0.87% -
XYZ 42.68 60.05 60.38 -
YUV 186.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 111 223 194 0.50 0 0.13 0.13 164.46 0.64 0.65
Hex 6F DF C2 32 0 D D A4 40 41
Octal 157 337 302 62 0 15 15 244 100 101
Binary 1101111 11011111 11000010 110010 0 1101 1101 10100100 1000000 1000001

Color Harmonies of #6FDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFC2

Black with #6FDFC2

Text Example


Text Example

White with #6FDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,223,194); }

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

background-color css

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

 a { background-color: rgb(111,223,194); }

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

border-color css

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

 span { border-color: rgb(111,223,194); }

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