Html Css Color HEX #6FCCC2 Downy

📋 copy color: '#6FCCC2'

red 111 ◦ green 204 ◦ blue 194

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

Shades of Downy #6FCCC2

Tints of Downy #6FCCC2

RGB

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

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

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

R = 21.81%
G = 40.08%
B = 38.11%

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

#6FCCC2 (or 0x6FCCC2) is known color: Downy. HEX triplet: 6F, CC and C2. RGB value is (111,204,194). Sum of RGB (Red+Green+Blue) = 111+204+194=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC2 is #90333D. Grayscale: #AFAFAF. Windows color (decimal): -9450302 or 12766319. OLE color: 12766319.

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

Color convert

RGB 111 204 194 -
CMYK 0.46 0 0.05 0.2
HSL 173.55º 0.48% 0.62% -
HSV(B) 173.55º 0.46% 0.8% -
XYZ 37.89 50.46 58.78 -
YUV 175.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 111 204 194 0.46 0 0.05 0.2 173.55 0.48 0.62
Hex 6F CC C2 2E 0 5 14 AE 30 3E
Octal 157 314 302 56 0 5 24 256 60 76
Binary 1101111 11001100 11000010 101110 0 101 10100 10101110 110000 111110

Color Harmonies of #6FCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCC2

Black with #6FCCC2

Text Example


Text Example

White with #6FCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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