Html Css Color HEX #6FCDC1 Downy

📋 copy color: '#6FCDC1'

red 111 ◦ green 205 ◦ blue 193

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

Shades of Downy #6FCDC1

Tints of Downy #6FCDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 21.81%
G = 40.28%
B = 37.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6FCDC1 (or 0x6FCDC1) is known color: Downy. HEX triplet: 6F, CD and C1. RGB value is (111,205,193). Sum of RGB (Red+Green+Blue) = 111+205+193=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC1 is #90323E. Grayscale: #AFAFAF. Windows color (decimal): -9450047 or 12701039. OLE color: 12701039.

HSL color Cylindrical-coordinate representation of color #6FCDC1: hue angle of 172.34º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDC1 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 193 -
CMYK 0.46 0 0.06 0.20
HSL 172.34º 0.48% 0.62% -
HSV(B) 172.34º 0.46% 0.8% -
XYZ 38.01 50.89 58.27 -
YUV 175.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 111 205 193 0.46 0 0.06 0.20 172.34 0.48 0.62
Hex 6F CD C1 2E 0 6 14 AC 30 3E
Octal 157 315 301 56 0 6 24 254 60 76
Binary 1101111 11001101 11000001 101110 0 110 10100 10101100 110000 111110

Color Harmonies of #6FCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDC1

Black with #6FCDC1

Text Example


Text Example

White with #6FCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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