Html Css Color HEX #60679E Rich Blue

📋 copy color: '#60679E'

red 96 ◦ green 103 ◦ blue 158

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

Shades of Rich Blue #60679E

Tints of Rich Blue #60679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 26.89%
G = 28.85%
B = 44.26%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60679E (or 0x60679E) is known color: Rich Blue. HEX triplet: 60, 67 and 9E. RGB value is (96,103,158). Sum of RGB (Red+Green+Blue) = 96+103+158=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #60679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679E is #9F9861. Grayscale: #6A6A6A. Windows color (decimal): -10459234 or 10381152. OLE color: 10381152.

HSL color Cylindrical-coordinate representation of color #60679E: hue angle of 233.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60679E is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 103 158 -
CMYK 0.39 0.35 0 0.38
HSL 233.23º 0.24% 0.5% -
HSV(B) 233.23º 0.39% 0.62% -
XYZ 15.85 14.66 34.34 -
YUV 107.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 96 103 158 0.39 0.35 0 0.38 233.23 0.24 0.5
Hex 60 67 9E 27 23 0 26 E9 18 32
Octal 140 147 236 47 43 0 46 351 30 62
Binary 1100000 1100111 10011110 100111 100011 0 100110 11101001 11000 110010

Color Harmonies of #60679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60679E

Black with #60679E

Text Example


Text Example

White with #60679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60679E; }

 p { color: rgb(96,103,158); }

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

background-color css

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

 a { background-color: rgb(96,103,158); }

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

border-color css

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

 span { border-color: rgb(96,103,158); }

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