Html Css Color HEX #6FCCC1 Downy

📋 copy color: '#6FCCC1'

red 111 ◦ green 204 ◦ blue 193

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

Shades of Downy #6FCCC1

Tints of Downy #6FCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 21.85%
G = 40.16%
B = 37.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#6FCCC1 (or 0x6FCCC1) is known color: Downy. HEX triplet: 6F, CC and C1. RGB value is (111,204,193). Sum of RGB (Red+Green+Blue) = 111+204+193=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC1 is #90333E. Grayscale: #AEAEAE. Windows color (decimal): -9450303 or 12700783. OLE color: 12700783.

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

Color convert

RGB 111 204 193 -
CMYK 0.46 0 0.05 0.2
HSL 172.9º 0.48% 0.62% -
HSV(B) 172.9º 0.46% 0.8% -
XYZ 37.77 50.42 58.19 -
YUV 174.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 111 204 193 0.46 0 0.05 0.2 172.9 0.48 0.62
Hex 6F CC C1 2E 0 5 14 AD 30 3E
Octal 157 314 301 56 0 5 24 255 60 76
Binary 1101111 11001100 11000001 101110 0 101 10100 10101101 110000 111110

Color Harmonies of #6FCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCC1

Black with #6FCCC1

Text Example


Text Example

White with #6FCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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