Html Css Color HEX #607885 Hoki

📋 copy color: '#607885'

red 96 ◦ green 120 ◦ blue 133

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

Shades of Hoki #607885

Tints of Hoki #607885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 27.51%
G = 34.38%
B = 38.11%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#607885 (or 0x607885) is known color: Hoki. HEX triplet: 60, 78 and 85. RGB value is (96,120,133). Sum of RGB (Red+Green+Blue) = 96+120+133=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #607885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607885 is #9F877A. Grayscale: #727272. Windows color (decimal): -10454907 or 8747104. OLE color: 8747104.

HSL color Cylindrical-coordinate representation of color #607885: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607885 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 120 133 -
CMYK 0.28 0.10 0 0.48
HSL 201.08º 0.16% 0.45% -
HSV(B) 201.08º 0.28% 0.52% -
XYZ 15.77 17.61 24.76 -
YUV 114.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 96 120 133 0.28 0.10 0 0.48 201.08 0.16 0.45
Hex 60 78 85 1C A 0 30 C9 10 2D
Octal 140 170 205 34 12 0 60 311 20 55
Binary 1100000 1111000 10000101 11100 1010 0 110000 11001001 10000 101101

Color Harmonies of #607885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607885

Black with #607885

Text Example


Text Example

White with #607885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607885; }

 p { color: rgb(96,120,133); }

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

background-color css

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

 a { background-color: rgb(96,120,133); }

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

border-color css

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

 span { border-color: rgb(96,120,133); }

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