Html Css Color HEX #6FCAC0 Downy

📋 copy color: '#6FCAC0'

red 111 ◦ green 202 ◦ blue 192

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

Shades of Downy #6FCAC0

Tints of Downy #6FCAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 21.98%
G = 40%
B = 38.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#6FCAC0 (or 0x6FCAC0) is known color: Downy. HEX triplet: 6F, CA and C0. RGB value is (111,202,192). Sum of RGB (Red+Green+Blue) = 111+202+192=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAC0 is #90353F. Grayscale: #ADADAD. Windows color (decimal): -9450816 or 12634735. OLE color: 12634735.

HSL color Cylindrical-coordinate representation of color #6FCAC0: hue angle of 173.41º 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 #6FCAC0 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 192 -
CMYK 0.45 0 0.05 0.21
HSL 173.41º 0.46% 0.61% -
HSV(B) 173.41º 0.45% 0.79% -
XYZ 37.19 49.43 57.45 -
YUV 173.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 111 202 192 0.45 0 0.05 0.21 173.41 0.46 0.61
Hex 6F CA C0 2D 0 5 15 AD 2E 3D
Octal 157 312 300 55 0 5 25 255 56 75
Binary 1101111 11001010 11000000 101101 0 101 10101 10101101 101110 111101

Color Harmonies of #6FCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAC0

Black with #6FCAC0

Text Example


Text Example

White with #6FCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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