Html Css Color HEX #653686 Kingfisher Daisy

📋 copy color: '#653686'

red 101 ◦ green 54 ◦ blue 134

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

Shades of Kingfisher Daisy #653686

Tints of Kingfisher Daisy #653686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 34.95%
G = 18.69%
B = 46.37%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#653686 (or 0x653686) is known color: Kingfisher Daisy. HEX triplet: 65, 36 and 86. RGB value is (101,54,134). Sum of RGB (Red+Green+Blue) = 101+54+134=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #653686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653686 is #9AC979. Grayscale: #4C4C4C. Windows color (decimal): -10144122 or 8795749. OLE color: 8795749.

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

Color convert

RGB 101 54 134 -
CMYK 0.25 0.60 0 0.47
HSL 275.25º 0.43% 0.37% -
HSV(B) 275.25º 0.6% 0.53% -
XYZ 10.99 7.13 23.35 -
YUV 77.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 101 54 134 0.25 0.60 0 0.47 275.25 0.43 0.37
Hex 65 36 86 19 3C 0 2F 113 2B 25
Octal 145 66 206 31 74 0 57 423 53 45
Binary 1100101 110110 10000110 11001 111100 0 101111 100010011 101011 100101

Color Harmonies of #653686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653686

Black with #653686

Text Example


Text Example

White with #653686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653686; }

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

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

background-color css

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

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

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

border-color css

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

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

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