Html Css Color HEX #607F8E Hoki

📋 copy color: '#607F8E'

red 96 ◦ green 127 ◦ blue 142

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

Shades of Hoki #607F8E

Tints of Hoki #607F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 26.3%
G = 34.79%
B = 38.9%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#607F8E (or 0x607F8E) is known color: Hoki. HEX triplet: 60, 7F and 8E. RGB value is (96,127,142). Sum of RGB (Red+Green+Blue) = 96+127+142=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #607F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F8E is #9F8071. Grayscale: #777777. Windows color (decimal): -10453106 or 9338720. OLE color: 9338720.

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

Color convert

RGB 96 127 142 -
CMYK 0.32 0.11 0 0.44
HSL 199.57º 0.19% 0.47% -
HSV(B) 199.57º 0.32% 0.56% -
XYZ 17.3 19.62 28.47 -
YUV 119.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 96 127 142 0.32 0.11 0 0.44 199.57 0.19 0.47
Hex 60 7F 8E 20 B 0 2C C8 13 2F
Octal 140 177 216 40 13 0 54 310 23 57
Binary 1100000 1111111 10001110 100000 1011 0 101100 11001000 10011 101111

Color Harmonies of #607F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F8E

Black with #607F8E

Text Example


Text Example

White with #607F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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