Html Css Color HEX #6158AB Rich Blue

📋 copy color: '#6158AB'

red 97 ◦ green 88 ◦ blue 171

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

Shades of Rich Blue #6158AB

Tints of Rich Blue #6158AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 27.25%
G = 24.72%
B = 48.03%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6158AB (or 0x6158AB) is known color: Rich Blue. HEX triplet: 61, 58 and AB. RGB value is (97,88,171). Sum of RGB (Red+Green+Blue) = 97+88+171=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6158AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6158AB is #9EA754. Grayscale: #636363. Windows color (decimal): -10397525 or 11229281. OLE color: 11229281.

HSL color Cylindrical-coordinate representation of color #6158AB: hue angle of 246.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6158AB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 88 171 -
CMYK 0.43 0.49 0 0.33
HSL 246.51º 0.33% 0.51% -
HSV(B) 246.51º 0.49% 0.67% -
XYZ 15.77 12.46 40.1 -
YUV 100.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 97 88 171 0.43 0.49 0 0.33 246.51 0.33 0.51
Hex 61 58 AB 2B 31 0 21 F7 21 33
Octal 141 130 253 53 61 0 41 367 41 63
Binary 1100001 1011000 10101011 101011 110001 0 100001 11110111 100001 110011

Color Harmonies of #6158AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158AB

Black with #6158AB

Text Example


Text Example

White with #6158AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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