Html Css Color HEX #607E8C Hoki

📋 copy color: '#607E8C'

red 96 ◦ green 126 ◦ blue 140

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

Shades of Hoki #607E8C

Tints of Hoki #607E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 26.52%
G = 34.81%
B = 38.67%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#607E8C (or 0x607E8C) is known color: Hoki. HEX triplet: 60, 7E and 8C. RGB value is (96,126,140). Sum of RGB (Red+Green+Blue) = 96+126+140=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #607E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8C is #9F8173. Grayscale: #767676. Windows color (decimal): -10453364 or 9207392. OLE color: 9207392.

HSL color Cylindrical-coordinate representation of color #607E8C: hue angle of 199.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607E8C is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 126 140 -
CMYK 0.31 0.10 0 0.45
HSL 199.09º 0.19% 0.46% -
HSV(B) 199.09º 0.31% 0.55% -
XYZ 17.02 19.3 27.64 -
YUV 118.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 96 126 140 0.31 0.10 0 0.45 199.09 0.19 0.46
Hex 60 7E 8C 1F A 0 2D C7 13 2E
Octal 140 176 214 37 12 0 55 307 23 56
Binary 1100000 1111110 10001100 11111 1010 0 101101 11000111 10011 101110

Color Harmonies of #607E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E8C

Black with #607E8C

Text Example


Text Example

White with #607E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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