Html Css Color HEX #653D86 Kingfisher Daisy

📋 copy color: '#653D86'

red 101 ◦ green 61 ◦ blue 134

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

Shades of Kingfisher Daisy #653D86

Tints of Kingfisher Daisy #653D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 34.12%
G = 20.61%
B = 45.27%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#653D86 (or 0x653D86) is known color: Kingfisher Daisy. HEX triplet: 65, 3D and 86. RGB value is (101,61,134). Sum of RGB (Red+Green+Blue) = 101+61+134=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #653D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D86 is #9AC279. Grayscale: #515151. Windows color (decimal): -10142330 or 8797541. OLE color: 8797541.

HSL color Cylindrical-coordinate representation of color #653D86: hue angle of 272.88º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #653D86 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 61 134 -
CMYK 0.25 0.54 0 0.47
HSL 272.88º 0.37% 0.38% -
HSV(B) 272.88º 0.54% 0.53% -
XYZ 11.34 7.83 23.47 -
YUV 81.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 101 61 134 0.25 0.54 0 0.47 272.88 0.37 0.38
Hex 65 3D 86 19 36 0 2F 111 25 26
Octal 145 75 206 31 66 0 57 421 45 46
Binary 1100101 111101 10000110 11001 110110 0 101111 100010001 100101 100110

Color Harmonies of #653D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D86

Black with #653D86

Text Example


Text Example

White with #653D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,134); }

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

background-color css

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

 a { background-color: rgb(101,61,134); }

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

border-color css

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

 span { border-color: rgb(101,61,134); }

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