Html Css Color HEX #61527B Kimberly

📋 copy color: '#61527B'

red 97 ◦ green 82 ◦ blue 123

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

Shades of Kimberly #61527B

Tints of Kimberly #61527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 32.12%
G = 27.15%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61527B (or 0x61527B) is known color: Kimberly. HEX triplet: 61, 52 and 7B. RGB value is (97,82,123). Sum of RGB (Red+Green+Blue) = 97+82+123=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #61527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61527B is #9EAD84. Grayscale: #5B5B5B. Windows color (decimal): -10399109 or 8082017. OLE color: 8082017.

HSL color Cylindrical-coordinate representation of color #61527B: hue angle of 261.95º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61527B is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 82 123 -
CMYK 0.21 0.33 0 0.52
HSL 261.95º 0.2% 0.4% -
HSV(B) 261.95º 0.33% 0.48% -
XYZ 11.52 10.01 20.06 -
YUV 91.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 97 82 123 0.21 0.33 0 0.52 261.95 0.2 0.4
Hex 61 52 7B 15 21 0 34 106 14 28
Octal 141 122 173 25 41 0 64 406 24 50
Binary 1100001 1010010 1111011 10101 100001 0 110100 100000110 10100 101000

Color Harmonies of #61527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61527B

Black with #61527B

Text Example


Text Example

White with #61527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61527B; }

 p { color: rgb(97,82,123); }

 H1.HeaderClassName
 {
   color: #61527B;
 }
 .AnyTagClassName
 {
   color: #61527B;
 }
</style>

background-color css

<style>
 a { background-color: #61527B; }

 a { background-color: rgb(97,82,123); }

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

border-color css

<style>
 span { border-color: #61527B; }

 span { border-color: rgb(97,82,123); }

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