Html Css Color HEX #6FCABF Downy

📋 copy color: '#6FCABF'

red 111 ◦ green 202 ◦ blue 191

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

Shades of Downy #6FCABF

Tints of Downy #6FCABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 22.02%
G = 40.08%
B = 37.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#6FCABF (or 0x6FCABF) is known color: Downy. HEX triplet: 6F, CA and BF. RGB value is (111,202,191). Sum of RGB (Red+Green+Blue) = 111+202+191=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCABF is #903540. Grayscale: #ADADAD. Windows color (decimal): -9450817 or 12569199. OLE color: 12569199.

HSL color Cylindrical-coordinate representation of color #6FCABF: hue angle of 172.75º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCABF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 191 -
CMYK 0.45 0 0.05 0.21
HSL 172.75º 0.46% 0.61% -
HSV(B) 172.75º 0.45% 0.79% -
XYZ 37.08 49.38 56.87 -
YUV 173.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 111 202 191 0.45 0 0.05 0.21 172.75 0.46 0.61
Hex 6F CA BF 2D 0 5 15 AD 2E 3D
Octal 157 312 277 55 0 5 25 255 56 75
Binary 1101111 11001010 10111111 101101 0 101 10101 10101101 101110 111101

Color Harmonies of #6FCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCABF

Black with #6FCABF

Text Example


Text Example

White with #6FCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,191); }

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

background-color css

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

 a { background-color: rgb(111,202,191); }

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

border-color css

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

 span { border-color: rgb(111,202,191); }

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