Html Css Color HEX #607F83 Hoki

📋 copy color: '#607F83'

red 96 ◦ green 127 ◦ blue 131

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

Shades of Hoki #607F83

Tints of Hoki #607F83

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 27.12%
G = 35.88%
B = 37.01%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#607F83 (or 0x607F83) is known color: Hoki. HEX triplet: 60, 7F and 83. RGB value is (96,127,131). Sum of RGB (Red+Green+Blue) = 96+127+131=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #607F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F83 is #9F807C. Grayscale: #767676. Windows color (decimal): -10453117 or 8617824. OLE color: 8617824.

HSL color Cylindrical-coordinate representation of color #607F83: hue angle of 186.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607F83 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 127 131 -
CMYK 0.27 0.03 0 0.49
HSL 186.86º 0.15% 0.45% -
HSV(B) 186.86º 0.27% 0.51% -
XYZ 16.51 19.3 24.33 -
YUV 118.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 96 127 131 0.27 0.03 0 0.49 186.86 0.15 0.45
Hex 60 7F 83 1B 3 0 31 BB F 2D
Octal 140 177 203 33 3 0 61 273 17 55
Binary 1100000 1111111 10000011 11011 11 0 110001 10111011 1111 101101

Color Harmonies of #607F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F83

Black with #607F83

Text Example


Text Example

White with #607F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,127,131); }

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

background-color css

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

 a { background-color: rgb(96,127,131); }

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

border-color css

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

 span { border-color: rgb(96,127,131); }

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