Html Css Color HEX #697A82 Hoki

📋 copy color: '#697A82'

red 105 ◦ green 122 ◦ blue 130

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

Shades of Hoki #697A82

Tints of Hoki #697A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 29.41%
G = 34.17%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697A82 (or 0x697A82) is known color: Hoki. HEX triplet: 69, 7A and 82. RGB value is (105,122,130). Sum of RGB (Red+Green+Blue) = 105+122+130=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #697A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A82 is #96857D. Grayscale: #757575. Windows color (decimal): -9864574 or 8551017. OLE color: 8551017.

HSL color Cylindrical-coordinate representation of color #697A82: hue angle of 199.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697A82 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 122 130 -
CMYK 0.19 0.06 0 0.49
HSL 199.2º 0.11% 0.46% -
HSV(B) 199.2º 0.19% 0.51% -
XYZ 16.81 18.53 23.81 -
YUV 117.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 105 122 130 0.19 0.06 0 0.49 199.2 0.11 0.46
Hex 69 7A 82 13 6 0 31 C7 B 2E
Octal 151 172 202 23 6 0 61 307 13 56
Binary 1101001 1111010 10000010 10011 110 0 110001 11000111 1011 101110

Color Harmonies of #697A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A82

Black with #697A82

Text Example


Text Example

White with #697A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697A82; }

 p { color: rgb(105,122,130); }

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

background-color css

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

 a { background-color: rgb(105,122,130); }

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

border-color css

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

 span { border-color: rgb(105,122,130); }

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