Html Css Color HEX #607984 Hoki

📋 copy color: '#607984'

red 96 ◦ green 121 ◦ blue 132

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

Shades of Hoki #607984

Tints of Hoki #607984

RGB

 RED value IS 96 (37.89% from 255) = 27.51%

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 27.51%
G = 34.67%
B = 37.82%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607984 (or 0x607984) is known color: Hoki. HEX triplet: 60, 79 and 84. RGB value is (96,121,132). Sum of RGB (Red+Green+Blue) = 96+121+132=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #607984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607984 is #9F867B. Grayscale: #727272. Windows color (decimal): -10454652 or 8681824. OLE color: 8681824.

HSL color Cylindrical-coordinate representation of color #607984: hue angle of 198.33º 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 #607984 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 121 132 -
CMYK 0.27 0.08 0 0.48
HSL 198.33º 0.16% 0.45% -
HSV(B) 198.33º 0.27% 0.52% -
XYZ 15.83 17.83 24.44 -
YUV 114.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 96 121 132 0.27 0.08 0 0.48 198.33 0.16 0.45
Hex 60 79 84 1B 8 0 30 C6 10 2D
Octal 140 171 204 33 10 0 60 306 20 55
Binary 1100000 1111001 10000100 11011 1000 0 110000 11000110 10000 101101

Color Harmonies of #607984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607984

Black with #607984

Text Example


Text Example

White with #607984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607984; }

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

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

background-color css

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

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

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

border-color css

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

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

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