Html Css Color HEX #698188 Hoki

📋 copy color: '#698188'

red 105 ◦ green 129 ◦ blue 136

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

Shades of Hoki #698188

Tints of Hoki #698188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 28.38%
G = 34.86%
B = 36.76%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#698188 (or 0x698188) is known color: Hoki. HEX triplet: 69, 81 and 88. RGB value is (105,129,136). Sum of RGB (Red+Green+Blue) = 105+129+136=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #698188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698188 is #967E77. Grayscale: #7A7A7A. Windows color (decimal): -9862776 or 8946025. OLE color: 8946025.

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

Color convert

RGB 105 129 136 -
CMYK 0.23 0.05 0 0.47
HSL 193.55º 0.13% 0.47% -
HSV(B) 193.55º 0.23% 0.53% -
XYZ 18.12 20.48 26.29 -
YUV 122.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 105 129 136 0.23 0.05 0 0.47 193.55 0.13 0.47
Hex 69 81 88 17 5 0 2F C2 D 2F
Octal 151 201 210 27 5 0 57 302 15 57
Binary 1101001 10000001 10001000 10111 101 0 101111 11000010 1101 101111

Color Harmonies of #698188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698188

Black with #698188

Text Example


Text Example

White with #698188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698188; }

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

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

background-color css

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

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

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

border-color css

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

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

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