Html Css Color HEX #6FCFC1 Downy

📋 copy color: '#6FCFC1'

red 111 ◦ green 207 ◦ blue 193

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

Shades of Downy #6FCFC1

Tints of Downy #6FCFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 21.72%
G = 40.51%
B = 37.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6FCFC1 (or 0x6FCFC1) is known color: Downy. HEX triplet: 6F, CF and C1. RGB value is (111,207,193). Sum of RGB (Red+Green+Blue) = 111+207+193=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC1 is #90303E. Grayscale: #B0B0B0. Windows color (decimal): -9449535 or 12701551. OLE color: 12701551.

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

Color convert

RGB 111 207 193 -
CMYK 0.46 0 0.07 0.19
HSL 171.25º 0.5% 0.62% -
HSV(B) 171.25º 0.46% 0.81% -
XYZ 38.49 51.86 58.43 -
YUV 176.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 111 207 193 0.46 0 0.07 0.19 171.25 0.5 0.62
Hex 6F CF C1 2E 0 7 13 AB 32 3E
Octal 157 317 301 56 0 7 23 253 62 76
Binary 1101111 11001111 11000001 101110 0 111 10011 10101011 110010 111110

Color Harmonies of #6FCFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFC1

Black with #6FCFC1

Text Example


Text Example

White with #6FCFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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