Html Css Color HEX #607E83 Hoki

📋 copy color: '#607E83'

red 96 ◦ green 126 ◦ blue 131

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

Shades of Hoki #607E83

Tints of Hoki #607E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

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

R = 27.2%
G = 35.69%
B = 37.11%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#607E83 (or 0x607E83) is known color: Hoki. HEX triplet: 60, 7E and 83. RGB value is (96,126,131). Sum of RGB (Red+Green+Blue) = 96+126+131=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #607E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E83 is #9F817C. Grayscale: #757575. Windows color (decimal): -10453373 or 8617568. OLE color: 8617568.

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

Color convert

RGB 96 126 131 -
CMYK 0.27 0.04 0 0.49
HSL 188.57º 0.15% 0.45% -
HSV(B) 188.57º 0.27% 0.51% -
XYZ 16.38 19.05 24.29 -
YUV 117.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 96 126 131 0.27 0.04 0 0.49 188.57 0.15 0.45
Hex 60 7E 83 1B 4 0 31 BD F 2D
Octal 140 176 203 33 4 0 61 275 17 55
Binary 1100000 1111110 10000011 11011 100 0 110001 10111101 1111 101101

Color Harmonies of #607E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E83

Black with #607E83

Text Example


Text Example

White with #607E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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