Html Css Color HEX #696273 Scarpa Flow

📋 copy color: '#696273'

red 105 ◦ green 98 ◦ blue 115

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

Shades of Scarpa Flow #696273

Tints of Scarpa Flow #696273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 33.02%
G = 30.82%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696273 (or 0x696273) is known color: Scarpa Flow. HEX triplet: 69, 62 and 73. RGB value is (105,98,115). Sum of RGB (Red+Green+Blue) = 105+98+115=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #696273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696273 is #969D8C. Grayscale: #656565. Windows color (decimal): -9870733 or 7561833. OLE color: 7561833.

HSL color Cylindrical-coordinate representation of color #696273: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696273 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 98 115 -
CMYK 0.09 0.15 0 0.55
HSL 264.71º 0.08% 0.42% -
HSV(B) 264.71º 0.15% 0.45% -
XYZ 13.29 12.98 18.02 -
YUV 102.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 105 98 115 0.09 0.15 0 0.55 264.71 0.08 0.42
Hex 69 62 73 9 F 0 37 109 8 2A
Octal 151 142 163 11 17 0 67 411 10 52
Binary 1101001 1100010 1110011 1001 1111 0 110111 100001001 1000 101010

Color Harmonies of #696273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696273

Black with #696273

Text Example


Text Example

White with #696273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696273; }

 p { color: rgb(105,98,115); }

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

background-color css

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

 a { background-color: rgb(105,98,115); }

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

border-color css

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

 span { border-color: rgb(105,98,115); }

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