Html Css Color HEX #6FCAC6 Downy

📋 copy color: '#6FCAC6'

red 111 ◦ green 202 ◦ blue 198

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

Shades of Downy #6FCAC6

Tints of Downy #6FCAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 21.72%
G = 39.53%
B = 38.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#6FCAC6 (or 0x6FCAC6) is known color: Downy. HEX triplet: 6F, CA and C6. RGB value is (111,202,198). Sum of RGB (Red+Green+Blue) = 111+202+198=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAC6 is #903539. Grayscale: #AEAEAE. Windows color (decimal): -9450810 or 13027951. OLE color: 13027951.

HSL color Cylindrical-coordinate representation of color #6FCAC6: hue angle of 177.36º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAC6 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 198 -
CMYK 0.45 0 0.02 0.21
HSL 177.36º 0.46% 0.61% -
HSV(B) 177.36º 0.45% 0.79% -
XYZ 37.87 49.7 61.02 -
YUV 174.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 111 202 198 0.45 0 0.02 0.21 177.36 0.46 0.61
Hex 6F CA C6 2D 0 2 15 B1 2E 3D
Octal 157 312 306 55 0 2 25 261 56 75
Binary 1101111 11001010 11000110 101101 0 10 10101 10110001 101110 111101

Color Harmonies of #6FCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAC6

Black with #6FCAC6

Text Example


Text Example

White with #6FCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,198); }

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

background-color css

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

 a { background-color: rgb(111,202,198); }

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

border-color css

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

 span { border-color: rgb(111,202,198); }

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