Html Css Color HEX #6FCAB6 Downy

📋 copy color: '#6FCAB6'

red 111 ◦ green 202 ◦ blue 182

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

Shades of Downy #6FCAB6

Tints of Downy #6FCAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 22.42%
G = 40.81%
B = 36.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#6FCAB6 (or 0x6FCAB6) is known color: Downy. HEX triplet: 6F, CA and B6. RGB value is (111,202,182). Sum of RGB (Red+Green+Blue) = 111+202+182=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAB6 is #903549. Grayscale: #ACACAC. Windows color (decimal): -9450826 or 11979375. OLE color: 11979375.

HSL color Cylindrical-coordinate representation of color #6FCAB6: hue angle of 166.81º 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 #6FCAB6 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 182 -
CMYK 0.45 0 0.10 0.21
HSL 166.81º 0.46% 0.61% -
HSV(B) 166.81º 0.45% 0.79% -
XYZ 36.12 49 51.81 -
YUV 172.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 111 202 182 0.45 0 0.10 0.21 166.81 0.46 0.61
Hex 6F CA B6 2D 0 A 15 A7 2E 3D
Octal 157 312 266 55 0 12 25 247 56 75
Binary 1101111 11001010 10110110 101101 0 1010 10101 10100111 101110 111101

Color Harmonies of #6FCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAB6

Black with #6FCAB6

Text Example


Text Example

White with #6FCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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