Html Css Color HEX #6158A3 Rich Blue

📋 copy color: '#6158A3'

red 97 ◦ green 88 ◦ blue 163

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

Shades of Rich Blue #6158A3

Tints of Rich Blue #6158A3

RGB

 RED value IS 97 (38.28% from 255) = 27.87%

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 27.87%
G = 25.29%
B = 46.84%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6158A3 (or 0x6158A3) is known color: Rich Blue. HEX triplet: 61, 58 and A3. RGB value is (97,88,163). Sum of RGB (Red+Green+Blue) = 97+88+163=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #6158A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6158A3 is #9EA75C. Grayscale: #626262. Windows color (decimal): -10397533 or 10704993. OLE color: 10704993.

HSL color Cylindrical-coordinate representation of color #6158A3: hue angle of 247.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6158A3 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 88 163 -
CMYK 0.40 0.46 0 0.36
HSL 247.2º 0.3% 0.49% -
HSV(B) 247.2º 0.46% 0.64% -
XYZ 15.03 12.17 36.21 -
YUV 99.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 97 88 163 0.40 0.46 0 0.36 247.2 0.3 0.49
Hex 61 58 A3 28 2E 0 24 F7 1E 31
Octal 141 130 243 50 56 0 44 367 36 61
Binary 1100001 1011000 10100011 101000 101110 0 100100 11110111 11110 110001

Color Harmonies of #6158A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158A3

Black with #6158A3

Text Example


Text Example

White with #6158A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6158A3; }

 p { color: rgb(97,88,163); }

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

background-color css

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

 a { background-color: rgb(97,88,163); }

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

border-color css

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

 span { border-color: rgb(97,88,163); }

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