Html Css Color HEX #698187 Hoki

📋 copy color: '#698187'

red 105 ◦ green 129 ◦ blue 135

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

Shades of Hoki #698187

Tints of Hoki #698187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 28.46%
G = 34.96%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#698187 (or 0x698187) is known color: Hoki. HEX triplet: 69, 81 and 87. RGB value is (105,129,135). Sum of RGB (Red+Green+Blue) = 105+129+135=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #698187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698187 is #967E78. Grayscale: #7A7A7A. Windows color (decimal): -9862777 or 8880489. OLE color: 8880489.

HSL color Cylindrical-coordinate representation of color #698187: hue angle of 192º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698187 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 129 135 -
CMYK 0.22 0.04 0 0.47
HSL 192º 0.13% 0.47% -
HSV(B) 192º 0.22% 0.53% -
XYZ 18.05 20.45 25.92 -
YUV 122.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 105 129 135 0.22 0.04 0 0.47 192 0.13 0.47
Hex 69 81 87 16 4 0 2F C0 C 2F
Octal 151 201 207 26 4 0 57 300 14 57
Binary 1101001 10000001 10000111 10110 100 0 101111 11000000 1100 101111

Color Harmonies of #698187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698187

Black with #698187

Text Example


Text Example

White with #698187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698187; }

 p { color: rgb(105,129,135); }

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

background-color css

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

 a { background-color: rgb(105,129,135); }

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

border-color css

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

 span { border-color: rgb(105,129,135); }

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