Html Css Color HEX #6FCDC5 Downy

📋 copy color: '#6FCDC5'

red 111 ◦ green 205 ◦ blue 197

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

Shades of Downy #6FCDC5

Tints of Downy #6FCDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 21.64%
G = 39.96%
B = 38.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6FCDC5 (or 0x6FCDC5) is known color: Downy. HEX triplet: 6F, CD and C5. RGB value is (111,205,197). Sum of RGB (Red+Green+Blue) = 111+205+197=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC5 is #90323A. Grayscale: #AFAFAF. Windows color (decimal): -9450043 or 12963183. OLE color: 12963183.

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

Color convert

RGB 111 205 197 -
CMYK 0.46 0 0.04 0.20
HSL 174.89º 0.48% 0.62% -
HSV(B) 174.89º 0.46% 0.8% -
XYZ 38.46 51.07 60.65 -
YUV 175.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 111 205 197 0.46 0 0.04 0.20 174.89 0.48 0.62
Hex 6F CD C5 2E 0 4 14 AF 30 3E
Octal 157 315 305 56 0 4 24 257 60 76
Binary 1101111 11001101 11000101 101110 0 100 10100 10101111 110000 111110

Color Harmonies of #6FCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDC5

Black with #6FCDC5

Text Example


Text Example

White with #6FCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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