Html Css Color HEX #653A84 Kingfisher Daisy

📋 copy color: '#653A84'

red 101 ◦ green 58 ◦ blue 132

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

Shades of Kingfisher Daisy #653A84

Tints of Kingfisher Daisy #653A84

RGB

 RED value IS 101 (39.84% from 255) = 34.71%

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 34.71%
G = 19.93%
B = 45.36%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653A84 (or 0x653A84) is known color: Kingfisher Daisy. HEX triplet: 65, 3A and 84. RGB value is (101,58,132). Sum of RGB (Red+Green+Blue) = 101+58+132=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #653A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A84 is #9AC57B. Grayscale: #4F4F4F. Windows color (decimal): -10143100 or 8665701. OLE color: 8665701.

HSL color Cylindrical-coordinate representation of color #653A84: hue angle of 274.86º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653A84 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 58 132 -
CMYK 0.23 0.56 0 0.48
HSL 274.86º 0.39% 0.37% -
HSV(B) 274.86º 0.56% 0.52% -
XYZ 11.04 7.46 22.69 -
YUV 79.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 101 58 132 0.23 0.56 0 0.48 274.86 0.39 0.37
Hex 65 3A 84 17 38 0 30 113 27 25
Octal 145 72 204 27 70 0 60 423 47 45
Binary 1100101 111010 10000100 10111 111000 0 110000 100010011 100111 100101

Color Harmonies of #653A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A84

Black with #653A84

Text Example


Text Example

White with #653A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653A84; }

 p { color: rgb(101,58,132); }

 H1.HeaderClassName
 {
   color: #653A84;
 }
 .AnyTagClassName
 {
   color: #653A84;
 }
</style>

background-color css

<style>
 a { background-color: #653A84; }

 a { background-color: rgb(101,58,132); }

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

border-color css

<style>
 span { border-color: #653A84; }

 span { border-color: rgb(101,58,132); }

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