Html Css Color HEX #698082 Hoki

📋 copy color: '#698082'

red 105 ◦ green 128 ◦ blue 130

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

Shades of Hoki #698082

Tints of Hoki #698082

RGB

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

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

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

R = 28.93%
G = 35.26%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#698082 (or 0x698082) is known color: Hoki. HEX triplet: 69, 80 and 82. RGB value is (105,128,130). Sum of RGB (Red+Green+Blue) = 105+128+130=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #698082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698082 is #967F7D. Grayscale: #797979. Windows color (decimal): -9863038 or 8552553. OLE color: 8552553.

HSL color Cylindrical-coordinate representation of color #698082: hue angle of 184.8º 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 #698082 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 128 130 -
CMYK 0.19 0.02 0 0.49
HSL 184.8º 0.11% 0.46% -
HSV(B) 184.8º 0.19% 0.51% -
XYZ 17.57 20.05 24.06 -
YUV 121.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 105 128 130 0.19 0.02 0 0.49 184.8 0.11 0.46
Hex 69 80 82 13 2 0 31 B9 B 2E
Octal 151 200 202 23 2 0 61 271 13 56
Binary 1101001 10000000 10000010 10011 10 0 110001 10111001 1011 101110

Color Harmonies of #698082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698082

Black with #698082

Text Example


Text Example

White with #698082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698082; }

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

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

background-color css

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

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

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

border-color css

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

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

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