Html Css Color HEX #6FD0C3 Downy

📋 copy color: '#6FD0C3'

red 111 ◦ green 208 ◦ blue 195

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

Shades of Downy #6FD0C3

Tints of Downy #6FD0C3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 21.6%
G = 40.47%
B = 37.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#6FD0C3 (or 0x6FD0C3) is known color: Downy. HEX triplet: 6F, D0 and C3. RGB value is (111,208,195). Sum of RGB (Red+Green+Blue) = 111+208+195=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0C3 is #902F3C. Grayscale: #B1B1B1. Windows color (decimal): -9449277 or 12832879. OLE color: 12832879.

HSL color Cylindrical-coordinate representation of color #6FD0C3: hue angle of 171.96º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD0C3 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 195 -
CMYK 0.47 0 0.06 0.18
HSL 171.96º 0.51% 0.63% -
HSV(B) 171.96º 0.47% 0.82% -
XYZ 38.96 52.43 59.7 -
YUV 177.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 111 208 195 0.47 0 0.06 0.18 171.96 0.51 0.63
Hex 6F D0 C3 2F 0 6 12 AC 33 3F
Octal 157 320 303 57 0 6 22 254 63 77
Binary 1101111 11010000 11000011 101111 0 110 10010 10101100 110011 111111

Color Harmonies of #6FD0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0C3

Black with #6FD0C3

Text Example


Text Example

White with #6FD0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,195); }

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

background-color css

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

 a { background-color: rgb(111,208,195); }

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

border-color css

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

 span { border-color: rgb(111,208,195); }

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