Html Css Color HEX #607B84 Hoki

📋 copy color: '#607B84'

red 96 ◦ green 123 ◦ blue 132

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

Shades of Hoki #607B84

Tints of Hoki #607B84

RGB

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

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

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

R = 27.35%
G = 35.04%
B = 37.61%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607B84 (or 0x607B84) is known color: Hoki. HEX triplet: 60, 7B and 84. RGB value is (96,123,132). Sum of RGB (Red+Green+Blue) = 96+123+132=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 123 (48.44% from 255 or 35.04% 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 #607B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B84 is #9F847B. Grayscale: #737373. Windows color (decimal): -10454140 or 8682336. OLE color: 8682336.

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

Color convert

RGB 96 123 132 -
CMYK 0.27 0.07 0 0.48
HSL 195º 0.16% 0.45% -
HSV(B) 195º 0.27% 0.52% -
XYZ 16.07 18.32 24.52 -
YUV 115.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 96 123 132 0.27 0.07 0 0.48 195 0.16 0.45
Hex 60 7B 84 1B 7 0 30 C3 10 2D
Octal 140 173 204 33 7 0 60 303 20 55
Binary 1100000 1111011 10000100 11011 111 0 110000 11000011 10000 101101

Color Harmonies of #607B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B84

Black with #607B84

Text Example


Text Example

White with #607B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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