Html Css Color HEX #6FDFCF Downy

📋 copy color: '#6FDFCF'

red 111 ◦ green 223 ◦ blue 207

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

Shades of Downy #6FDFCF

Tints of Downy #6FDFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 20.52%
G = 41.22%
B = 38.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6FDFCF (or 0x6FDFCF) is known color: Downy. HEX triplet: 6F, DF and CF. RGB value is (111,223,207). Sum of RGB (Red+Green+Blue) = 111+223+207=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFCF is #902030. Grayscale: #BBBBBB. Windows color (decimal): -9445425 or 13623151. OLE color: 13623151.

HSL color Cylindrical-coordinate representation of color #6FDFCF: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFCF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 223 207 -
CMYK 0.50 0 0.07 0.13
HSL 171.43º 0.64% 0.65% -
HSV(B) 171.43º 0.5% 0.87% -
XYZ 44.21 60.66 68.41 -
YUV 187.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 111 223 207 0.50 0 0.07 0.13 171.43 0.64 0.65
Hex 6F DF CF 32 0 7 D AB 40 41
Octal 157 337 317 62 0 7 15 253 100 101
Binary 1101111 11011111 11001111 110010 0 111 1101 10101011 1000000 1000001

Color Harmonies of #6FDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFCF

Black with #6FDFCF

Text Example


Text Example

White with #6FDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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