#627984

Color #627984 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #627984

Tints of Hoki #627984

Color information

#627984 (or 0x627984) is unknown color: approx Hoki. HEX triplet: 62, 79 and 84. RGB value is (98,121,132). Sum of RGB (Red+Green+Blue) = 98+121+132=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #627984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627984 is #9D867B. Grayscale: #737373. Windows color (decimal): -10323580 or 8681826. OLE color: 8681826.

HSL color Cylindrical-coordinate representation of color #627984: hue angle of 199.41º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627984 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98121132-
CMYK0.260.0800.48
HSL199.41º14.78%45.1%-
HSV(B)199.41º25.76%51.76%-
XYZ16.0417.9424.45-
YUV115.38137.38115.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=27.92%
G=34.47%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981211320.260.0800.48199.4114.7845.1
Hex6279841A8030c7f2d
Octal14217120432100603071755
Binary11000101111001100001001101010000110000110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627984; }

 p { color: rgb(98,121,132); }

 H1.HeaderClassName
 {
   color: #627984;
 }
 .AnyTagClassName
 {
   color: #627984;
 }
</style>
background-color css

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

 a { background-color: rgb(98,121,132); }

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

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

 span { border-color: rgb(98,121,132); }

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