Html Css Color HEX #6165A9 Rich Blue

📋 copy color: '#6165A9'

red 97 ◦ green 101 ◦ blue 169

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

Shades of Rich Blue #6165A9

Tints of Rich Blue #6165A9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 169 (66.41% from 255) = 46.05%

R = 26.43%
G = 27.52%
B = 46.05%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6165A9 (or 0x6165A9) is known color: Rich Blue. HEX triplet: 61, 65 and A9. RGB value is (97,101,169). Sum of RGB (Red+Green+Blue) = 97+101+169=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #6165A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6165A9 is #9E9A56. Grayscale: #6B6B6B. Windows color (decimal): -10394199 or 11101537. OLE color: 11101537.

HSL color Cylindrical-coordinate representation of color #6165A9: hue angle of 236.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6165A9 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 101 169 -
CMYK 0.43 0.40 0 0.34
HSL 236.67º 0.3% 0.52% -
HSV(B) 236.67º 0.43% 0.66% -
XYZ 16.74 14.71 39.49 -
YUV 107.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 97 101 169 0.43 0.40 0 0.34 236.67 0.3 0.52
Hex 61 65 A9 2B 28 0 22 ED 1E 34
Octal 141 145 251 53 50 0 42 355 36 64
Binary 1100001 1100101 10101001 101011 101000 0 100010 11101101 11110 110100

Color Harmonies of #6165A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165A9

Black with #6165A9

Text Example


Text Example

White with #6165A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6165A9; }

 p { color: rgb(97,101,169); }

 H1.HeaderClassName
 {
   color: #6165A9;
 }
 .AnyTagClassName
 {
   color: #6165A9;
 }
</style>

background-color css

<style>
 a { background-color: #6165A9; }

 a { background-color: rgb(97,101,169); }

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

border-color css

<style>
 span { border-color: #6165A9; }

 span { border-color: rgb(97,101,169); }

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