Html Css Color HEX #607E8D Hoki

📋 copy color: '#607E8D'

red 96 ◦ green 126 ◦ blue 141

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

Shades of Hoki #607E8D

Tints of Hoki #607E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 26.45%
G = 34.71%
B = 38.84%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#607E8D (or 0x607E8D) is known color: Hoki. HEX triplet: 60, 7E and 8D. RGB value is (96,126,141). Sum of RGB (Red+Green+Blue) = 96+126+141=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #607E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8D is #9F8172. Grayscale: #767676. Windows color (decimal): -10453363 or 9272928. OLE color: 9272928.

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

Color convert

RGB 96 126 141 -
CMYK 0.32 0.11 0 0.45
HSL 200º 0.19% 0.46% -
HSV(B) 200º 0.32% 0.55% -
XYZ 17.09 19.33 28.03 -
YUV 118.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 96 126 141 0.32 0.11 0 0.45 200 0.19 0.46
Hex 60 7E 8D 20 B 0 2D C8 13 2E
Octal 140 176 215 40 13 0 55 310 23 56
Binary 1100000 1111110 10001101 100000 1011 0 101101 11001000 10011 101110

Color Harmonies of #607E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E8D

Black with #607E8D

Text Example


Text Example

White with #607E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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