Html Css Color HEX #6FCBC5 Downy

📋 copy color: '#6FCBC5'

red 111 ◦ green 203 ◦ blue 197

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

Shades of Downy #6FCBC5

Tints of Downy #6FCBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 21.72%
G = 39.73%
B = 38.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#6FCBC5 (or 0x6FCBC5) is known color: Downy. HEX triplet: 6F, CB and C5. RGB value is (111,203,197). Sum of RGB (Red+Green+Blue) = 111+203+197=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC5 is #90343A. Grayscale: #AEAEAE. Windows color (decimal): -9450555 or 12962671. OLE color: 12962671.

HSL color Cylindrical-coordinate representation of color #6FCBC5: hue angle of 176.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBC5 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 197 -
CMYK 0.45 0 0.03 0.20
HSL 176.09º 0.47% 0.62% -
HSV(B) 176.09º 0.45% 0.8% -
XYZ 37.99 50.12 60.5 -
YUV 174.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 111 203 197 0.45 0 0.03 0.20 176.09 0.47 0.62
Hex 6F CB C5 2D 0 3 14 B0 2F 3E
Octal 157 313 305 55 0 3 24 260 57 76
Binary 1101111 11001011 11000101 101101 0 11 10100 10110000 101111 111110

Color Harmonies of #6FCBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBC5

Black with #6FCBC5

Text Example


Text Example

White with #6FCBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,197); }

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

background-color css

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

 a { background-color: rgb(111,203,197); }

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

border-color css

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

 span { border-color: rgb(111,203,197); }

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