Html Css Color HEX #605BA8 Rich Blue

📋 copy color: '#605BA8'

red 96 ◦ green 91 ◦ blue 168

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

Shades of Rich Blue #605BA8

Tints of Rich Blue #605BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 27.04%
G = 25.63%
B = 47.32%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#605BA8 (or 0x605BA8) is known color: Rich Blue. HEX triplet: 60, 5B and A8. RGB value is (96,91,168). Sum of RGB (Red+Green+Blue) = 96+91+168=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 168 - color contains mainly: blue. Hex color #605BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605BA8 is #9FA457. Grayscale: #646464. Windows color (decimal): -10462296 or 11033440. OLE color: 11033440.

HSL color Cylindrical-coordinate representation of color #605BA8: hue angle of 243.9º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #605BA8 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 91 168 -
CMYK 0.43 0.46 0 0.34
HSL 243.9º 0.31% 0.51% -
HSV(B) 243.9º 0.46% 0.66% -
XYZ 15.63 12.8 38.69 -
YUV 101.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 96 91 168 0.43 0.46 0 0.34 243.9 0.31 0.51
Hex 60 5B A8 2B 2E 0 22 F4 1F 33
Octal 140 133 250 53 56 0 42 364 37 63
Binary 1100000 1011011 10101000 101011 101110 0 100010 11110100 11111 110011

Color Harmonies of #605BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BA8

Black with #605BA8

Text Example


Text Example

White with #605BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605BA8; }

 p { color: rgb(96,91,168); }

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

background-color css

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

 a { background-color: rgb(96,91,168); }

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

border-color css

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

 span { border-color: rgb(96,91,168); }

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