Html Css Color HEX #6FCDC7 Downy

📋 copy color: '#6FCDC7'

red 111 ◦ green 205 ◦ blue 199

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

Shades of Downy #6FCDC7

Tints of Downy #6FCDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.81%

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 21.55%
G = 39.81%
B = 38.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#6FCDC7 (or 0x6FCDC7) is known color: Downy. HEX triplet: 6F, CD and C7. RGB value is (111,205,199). Sum of RGB (Red+Green+Blue) = 111+205+199=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC7 is #903238. Grayscale: #B0B0B0. Windows color (decimal): -9450041 or 13094255. OLE color: 13094255.

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

Color convert

RGB 111 205 199 -
CMYK 0.46 0 0.03 0.20
HSL 176.17º 0.48% 0.62% -
HSV(B) 176.17º 0.46% 0.8% -
XYZ 38.7 51.17 61.87 -
YUV 176.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 111 205 199 0.46 0 0.03 0.20 176.17 0.48 0.62
Hex 6F CD C7 2E 0 3 14 B0 30 3E
Octal 157 315 307 56 0 3 24 260 60 76
Binary 1101111 11001101 11000111 101110 0 11 10100 10110000 110000 111110

Color Harmonies of #6FCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDC7

Black with #6FCDC7

Text Example


Text Example

White with #6FCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,205,199); }

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

background-color css

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

 a { background-color: rgb(111,205,199); }

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

border-color css

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

 span { border-color: rgb(111,205,199); }

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