Html Css Color HEX #617B88 Hoki

📋 copy color: '#617B88'

red 97 ◦ green 123 ◦ blue 136

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

Shades of Hoki #617B88

Tints of Hoki #617B88

RGB

 RED value IS 97 (38.28% from 255) = 27.25%

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 27.25%
G = 34.55%
B = 38.2%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#617B88 (or 0x617B88) is known color: Hoki. HEX triplet: 61, 7B and 88. RGB value is (97,123,136). Sum of RGB (Red+Green+Blue) = 97+123+136=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #617B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B88 is #9E8477. Grayscale: #747474. Windows color (decimal): -10388600 or 8944481. OLE color: 8944481.

HSL color Cylindrical-coordinate representation of color #617B88: hue angle of 200º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617B88 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 123 136 -
CMYK 0.29 0.10 0 0.47
HSL 200º 0.17% 0.46% -
HSV(B) 200º 0.29% 0.53% -
XYZ 16.46 18.48 25.99 -
YUV 116.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 97 123 136 0.29 0.10 0 0.47 200 0.17 0.46
Hex 61 7B 88 1D A 0 2F C8 11 2E
Octal 141 173 210 35 12 0 57 310 21 56
Binary 1100001 1111011 10001000 11101 1010 0 101111 11001000 10001 101110

Color Harmonies of #617B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B88

Black with #617B88

Text Example


Text Example

White with #617B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617B88; }

 p { color: rgb(97,123,136); }

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

background-color css

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

 a { background-color: rgb(97,123,136); }

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

border-color css

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

 span { border-color: rgb(97,123,136); }

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