Html Css Color HEX #697E85 Hoki

📋 copy color: '#697E85'

red 105 ◦ green 126 ◦ blue 133

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

Shades of Hoki #697E85

Tints of Hoki #697E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 28.85%
G = 34.62%
B = 36.54%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697E85 (or 0x697E85) is known color: Hoki. HEX triplet: 69, 7E and 85. RGB value is (105,126,133). Sum of RGB (Red+Green+Blue) = 105+126+133=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #697E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E85 is #96817A. Grayscale: #787878. Windows color (decimal): -9863547 or 8748649. OLE color: 8748649.

HSL color Cylindrical-coordinate representation of color #697E85: hue angle of 195º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697E85 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 126 133 -
CMYK 0.21 0.05 0 0.48
HSL 195º 0.12% 0.47% -
HSV(B) 195º 0.21% 0.52% -
XYZ 17.52 19.62 25.05 -
YUV 120.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 105 126 133 0.21 0.05 0 0.48 195 0.12 0.47
Hex 69 7E 85 15 5 0 30 C3 C 2F
Octal 151 176 205 25 5 0 60 303 14 57
Binary 1101001 1111110 10000101 10101 101 0 110000 11000011 1100 101111

Color Harmonies of #697E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E85

Black with #697E85

Text Example


Text Example

White with #697E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,133); }

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

background-color css

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

 a { background-color: rgb(105,126,133); }

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

border-color css

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

 span { border-color: rgb(105,126,133); }

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