Html Css Color HEX #696570 Scarpa Flow

📋 copy color: '#696570'

red 105 ◦ green 101 ◦ blue 112

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

Shades of Scarpa Flow #696570

Tints of Scarpa Flow #696570

RGB

 RED value IS 105 (41.41% from 255) = 33.02%

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 33.02%
G = 31.76%
B = 35.22%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696570 (or 0x696570) is known color: Scarpa Flow. HEX triplet: 69, 65 and 70. RGB value is (105,101,112). Sum of RGB (Red+Green+Blue) = 105+101+112=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #696570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696570 is #969A8F. Grayscale: #676767. Windows color (decimal): -9869968 or 7365993. OLE color: 7365993.

HSL color Cylindrical-coordinate representation of color #696570: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696570 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 101 112 -
CMYK 0.06 0.10 0 0.56
HSL 261.82º 0.05% 0.42% -
HSV(B) 261.82º 0.1% 0.44% -
XYZ 13.4 13.48 17.22 -
YUV 103.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 105 101 112 0.06 0.10 0 0.56 261.82 0.05 0.42
Hex 69 65 70 6 A 0 38 106 5 2A
Octal 151 145 160 6 12 0 70 406 5 52
Binary 1101001 1100101 1110000 110 1010 0 111000 100000110 101 101010

Color Harmonies of #696570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696570

Black with #696570

Text Example


Text Example

White with #696570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696570; }

 p { color: rgb(105,101,112); }

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

background-color css

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

 a { background-color: rgb(105,101,112); }

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

border-color css

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

 span { border-color: rgb(105,101,112); }

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