Html Css Color HEX #6FCFC6 Downy

📋 copy color: '#6FCFC6'

red 111 ◦ green 207 ◦ blue 198

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

Shades of Downy #6FCFC6

Tints of Downy #6FCFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.12%

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 21.51%
G = 40.12%
B = 38.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#6FCFC6 (or 0x6FCFC6) is known color: Downy. HEX triplet: 6F, CF and C6. RGB value is (111,207,198). Sum of RGB (Red+Green+Blue) = 111+207+198=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC6 is #903039. Grayscale: #B1B1B1. Windows color (decimal): -9449530 or 13029231. OLE color: 13029231.

HSL color Cylindrical-coordinate representation of color #6FCFC6: hue angle of 174.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFC6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 198 -
CMYK 0.46 0 0.04 0.19
HSL 174.38º 0.5% 0.62% -
HSV(B) 174.38º 0.46% 0.81% -
XYZ 39.06 52.08 61.42 -
YUV 177.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 111 207 198 0.46 0 0.04 0.19 174.38 0.5 0.62
Hex 6F CF C6 2E 0 4 13 AE 32 3E
Octal 157 317 306 56 0 4 23 256 62 76
Binary 1101111 11001111 11000110 101110 0 100 10011 10101110 110010 111110

Color Harmonies of #6FCFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFC6

Black with #6FCFC6

Text Example


Text Example

White with #6FCFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,198); }

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

background-color css

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

 a { background-color: rgb(111,207,198); }

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

border-color css

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

 span { border-color: rgb(111,207,198); }

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