Html Css Color HEX #698083 Hoki

📋 copy color: '#698083'

red 105 ◦ green 128 ◦ blue 131

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

Shades of Hoki #698083

Tints of Hoki #698083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 28.85%
G = 35.16%
B = 35.99%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#698083 (or 0x698083) is known color: Hoki. HEX triplet: 69, 80 and 83. RGB value is (105,128,131). Sum of RGB (Red+Green+Blue) = 105+128+131=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: blue. Hex color #698083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698083 is #967F7C. Grayscale: #797979. Windows color (decimal): -9863037 or 8618089. OLE color: 8618089.

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

Color convert

RGB 105 128 131 -
CMYK 0.20 0.02 0 0.49
HSL 186.92º 0.11% 0.46% -
HSV(B) 186.92º 0.2% 0.51% -
XYZ 17.64 20.08 24.42 -
YUV 121.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 105 128 131 0.20 0.02 0 0.49 186.92 0.11 0.46
Hex 69 80 83 14 2 0 31 BB B 2E
Octal 151 200 203 24 2 0 61 273 13 56
Binary 1101001 10000000 10000011 10100 10 0 110001 10111011 1011 101110

Color Harmonies of #698083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698083

Black with #698083

Text Example


Text Example

White with #698083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698083; }

 p { color: rgb(105,128,131); }

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

background-color css

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

 a { background-color: rgb(105,128,131); }

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

border-color css

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

 span { border-color: rgb(105,128,131); }

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