Html Css Color HEX #605CBA Rich Blue

📋 copy color: '#605CBA'

red 96 ◦ green 92 ◦ blue 186

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

Shades of Rich Blue #605CBA

Tints of Rich Blue #605CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 25.67%
G = 24.6%
B = 49.73%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#605CBA (or 0x605CBA) is known color: Rich Blue. HEX triplet: 60, 5C and BA. RGB value is (96,92,186). Sum of RGB (Red+Green+Blue) = 96+92+186=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #605CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CBA is #9FA345. Grayscale: #676767. Windows color (decimal): -10462022 or 12213344. OLE color: 12213344.

HSL color Cylindrical-coordinate representation of color #605CBA: hue angle of 242.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605CBA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 92 186 -
CMYK 0.48 0.51 0 0.27
HSL 242.55º 0.41% 0.55% -
HSV(B) 242.55º 0.51% 0.73% -
XYZ 17.51 13.69 48.17 -
YUV 103.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 96 92 186 0.48 0.51 0 0.27 242.55 0.41 0.55
Hex 60 5C BA 30 33 0 1B F3 29 37
Octal 140 134 272 60 63 0 33 363 51 67
Binary 1100000 1011100 10111010 110000 110011 0 11011 11110011 101001 110111

Color Harmonies of #605CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CBA

Black with #605CBA

Text Example


Text Example

White with #605CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,92,186); }

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

background-color css

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

 a { background-color: rgb(96,92,186); }

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

border-color css

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

 span { border-color: rgb(96,92,186); }

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