Html Css Color HEX #607E8B Hoki

📋 copy color: '#607E8B'

red 96 ◦ green 126 ◦ blue 139

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

Shades of Hoki #607E8B

Tints of Hoki #607E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 26.59%
G = 34.9%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#607E8B (or 0x607E8B) is known color: Hoki. HEX triplet: 60, 7E and 8B. RGB value is (96,126,139). Sum of RGB (Red+Green+Blue) = 96+126+139=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #607E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8B is #9F8174. Grayscale: #767676. Windows color (decimal): -10453365 or 9141856. OLE color: 9141856.

HSL color Cylindrical-coordinate representation of color #607E8B: hue angle of 198.14º degrees, saturation: 0.18, 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 #607E8B is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 126 139 -
CMYK 0.31 0.09 0 0.45
HSL 198.14º 0.18% 0.46% -
HSV(B) 198.14º 0.31% 0.55% -
XYZ 16.94 19.27 27.25 -
YUV 118.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 96 126 139 0.31 0.09 0 0.45 198.14 0.18 0.46
Hex 60 7E 8B 1F 9 0 2D C6 12 2E
Octal 140 176 213 37 11 0 55 306 22 56
Binary 1100000 1111110 10001011 11111 1001 0 101101 11000110 10010 101110

Color Harmonies of #607E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E8B

Black with #607E8B

Text Example


Text Example

White with #607E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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