#607884

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

Shades of Hoki #607884

Tints of Hoki #607884

Color information

#607884 (or 0x607884) is unknown color: approx Hoki. HEX triplet: 60, 78 and 84. RGB value is (96,120,132). Sum of RGB (Red+Green+Blue) = 96+120+132=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #607884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607884 is #9F877B. Grayscale: #727272. Windows color (decimal): -10454908 or 8681568. OLE color: 8681568.

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

Color convert

RGB96120132-
CMYK0.270.0900.48
HSL200º15.79%44.71%-
HSV(B)200º27.27%51.76%-
XYZ15.7117.5924.4-
YUV114.19138.05115.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961201320.270.0900.4820015.7944.71
Hex6078841B9030c8102d
Octal14017020433110603102055
Binary110000011110001000010011011100101100001100100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607884; }

 p { color: rgb(96,120,132); }

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

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

 a { background-color: rgb(96,120,132); }

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

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

 span { border-color: rgb(96,120,132); }

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