Html Css Color HEX #698184 Hoki

📋 copy color: '#698184'

red 105 ◦ green 129 ◦ blue 132

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

Shades of Hoki #698184

Tints of Hoki #698184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 28.69%
G = 35.25%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#698184 (or 0x698184) is known color: Hoki. HEX triplet: 69, 81 and 84. RGB value is (105,129,132). Sum of RGB (Red+Green+Blue) = 105+129+132=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #698184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698184 is #967E7B. Grayscale: #7A7A7A. Windows color (decimal): -9862780 or 8683881. OLE color: 8683881.

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

Color convert

RGB 105 129 132 -
CMYK 0.20 0.02 0 0.48
HSL 186.67º 0.11% 0.46% -
HSV(B) 186.67º 0.2% 0.52% -
XYZ 17.84 20.37 24.82 -
YUV 122.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 105 129 132 0.20 0.02 0 0.48 186.67 0.11 0.46
Hex 69 81 84 14 2 0 30 BB B 2E
Octal 151 201 204 24 2 0 60 273 13 56
Binary 1101001 10000001 10000100 10100 10 0 110000 10111011 1011 101110

Color Harmonies of #698184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698184

Black with #698184

Text Example


Text Example

White with #698184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698184; }

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

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

background-color css

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

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

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

border-color css

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

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

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