Html Css Color HEX #6FCDC2 Downy

📋 copy color: '#6FCDC2'

red 111 ◦ green 205 ◦ blue 194

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

Shades of Downy #6FCDC2

Tints of Downy #6FCDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 21.76%
G = 40.2%
B = 38.04%

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

#6FCDC2 (or 0x6FCDC2) is known color: Downy. HEX triplet: 6F, CD and C2. RGB value is (111,205,194). Sum of RGB (Red+Green+Blue) = 111+205+194=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC2 is #90323D. Grayscale: #AFAFAF. Windows color (decimal): -9450046 or 12766575. OLE color: 12766575.

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

Color convert

RGB 111 205 194 -
CMYK 0.46 0 0.05 0.20
HSL 172.98º 0.48% 0.62% -
HSV(B) 172.98º 0.46% 0.8% -
XYZ 38.12 50.94 58.86 -
YUV 175.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 111 205 194 0.46 0 0.05 0.20 172.98 0.48 0.62
Hex 6F CD C2 2E 0 5 14 AD 30 3E
Octal 157 315 302 56 0 5 24 255 60 76
Binary 1101111 11001101 11000010 101110 0 101 10100 10101101 110000 111110

Color Harmonies of #6FCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDC2

Black with #6FCDC2

Text Example


Text Example

White with #6FCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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