Html Css Color HEX #607784 Hoki

📋 copy color: '#607784'

red 96 ◦ green 119 ◦ blue 132

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

Shades of Hoki #607784

Tints of Hoki #607784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 27.67%
G = 34.29%
B = 38.04%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607784 (or 0x607784) is known color: Hoki. HEX triplet: 60, 77 and 84. RGB value is (96,119,132). Sum of RGB (Red+Green+Blue) = 96+119+132=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #607784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607784 is #9F887B. Grayscale: #717171. Windows color (decimal): -10455164 or 8681312. OLE color: 8681312.

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

Color convert

RGB 96 119 132 -
CMYK 0.27 0.10 0 0.48
HSL 201.67º 0.16% 0.45% -
HSV(B) 201.67º 0.27% 0.52% -
XYZ 15.59 17.35 24.36 -
YUV 113.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 96 119 132 0.27 0.10 0 0.48 201.67 0.16 0.45
Hex 60 77 84 1B A 0 30 CA 10 2D
Octal 140 167 204 33 12 0 60 312 20 55
Binary 1100000 1110111 10000100 11011 1010 0 110000 11001010 10000 101101

Color Harmonies of #607784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607784

Black with #607784

Text Example


Text Example

White with #607784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607784; }

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

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

background-color css

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

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

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

border-color css

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

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

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