Html Css Color HEX #6FCDC3 Downy

📋 copy color: '#6FCDC3'

red 111 ◦ green 205 ◦ blue 195

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

Shades of Downy #6FCDC3

Tints of Downy #6FCDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 21.72%
G = 40.12%
B = 38.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#6FCDC3 (or 0x6FCDC3) is known color: Downy. HEX triplet: 6F, CD and C3. RGB value is (111,205,195). Sum of RGB (Red+Green+Blue) = 111+205+195=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC3 is #90323C. Grayscale: #AFAFAF. Windows color (decimal): -9450045 or 12832111. OLE color: 12832111.

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

Color convert

RGB 111 205 195 -
CMYK 0.46 0 0.05 0.20
HSL 173.62º 0.48% 0.62% -
HSV(B) 173.62º 0.46% 0.8% -
XYZ 38.24 50.98 59.46 -
YUV 175.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 111 205 195 0.46 0 0.05 0.20 173.62 0.48 0.62
Hex 6F CD C3 2E 0 5 14 AE 30 3E
Octal 157 315 303 56 0 5 24 256 60 76
Binary 1101111 11001101 11000011 101110 0 101 10100 10101110 110000 111110

Color Harmonies of #6FCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDC3

Black with #6FCDC3

Text Example


Text Example

White with #6FCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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