Html Css Color HEX #698182 Hoki

📋 copy color: '#698182'

red 105 ◦ green 129 ◦ blue 130

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

Shades of Hoki #698182

Tints of Hoki #698182

RGB

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

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

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

R = 28.85%
G = 35.44%
B = 35.71%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#698182 (or 0x698182) is known color: Hoki. HEX triplet: 69, 81 and 82. RGB value is (105,129,130). Sum of RGB (Red+Green+Blue) = 105+129+130=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #698182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698182 is #967E7D. Grayscale: #797979. Windows color (decimal): -9862782 or 8552809. OLE color: 8552809.

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

Color convert

RGB 105 129 130 -
CMYK 0.19 0.01 0 0.49
HSL 182.4º 0.11% 0.46% -
HSV(B) 182.4º 0.19% 0.51% -
XYZ 17.71 20.32 24.11 -
YUV 121.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 105 129 130 0.19 0.01 0 0.49 182.4 0.11 0.46
Hex 69 81 82 13 1 0 31 B6 B 2E
Octal 151 201 202 23 1 0 61 266 13 56
Binary 1101001 10000001 10000010 10011 1 0 110001 10110110 1011 101110

Color Harmonies of #698182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698182

Black with #698182

Text Example


Text Example

White with #698182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698182; }

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

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

background-color css

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

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

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

border-color css

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

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

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