Html Css Color HEX #6FCCC7 Downy

📋 copy color: '#6FCCC7'

red 111 ◦ green 204 ◦ blue 199

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

Shades of Downy #6FCCC7

Tints of Downy #6FCCC7

RGB

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

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

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

R = 21.6%
G = 39.69%
B = 38.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#6FCCC7 (or 0x6FCCC7) is known color: Downy. HEX triplet: 6F, CC and C7. RGB value is (111,204,199). Sum of RGB (Red+Green+Blue) = 111+204+199=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCC7 is #903338. Grayscale: #AFAFAF. Windows color (decimal): -9450297 or 13093999. OLE color: 13093999.

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

Color convert

RGB 111 204 199 -
CMYK 0.46 0 0.02 0.2
HSL 176.77º 0.48% 0.62% -
HSV(B) 176.77º 0.46% 0.8% -
XYZ 38.46 50.69 61.79 -
YUV 175.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 111 204 199 0.46 0 0.02 0.2 176.77 0.48 0.62
Hex 6F CC C7 2E 0 2 14 B1 30 3E
Octal 157 314 307 56 0 2 24 261 60 76
Binary 1101111 11001100 11000111 101110 0 10 10100 10110001 110000 111110

Color Harmonies of #6FCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCC7

Black with #6FCCC7

Text Example


Text Example

White with #6FCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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