Html Css Color HEX #653981 Kingfisher Daisy

📋 copy color: '#653981'

red 101 ◦ green 57 ◦ blue 129

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

Shades of Kingfisher Daisy #653981

Tints of Kingfisher Daisy #653981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 35.19%
G = 19.86%
B = 44.95%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653981 (or 0x653981) is known color: Kingfisher Daisy. HEX triplet: 65, 39 and 81. RGB value is (101,57,129). Sum of RGB (Red+Green+Blue) = 101+57+129=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #653981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653981 is #9AC67E. Grayscale: #4E4E4E. Windows color (decimal): -10143359 or 8468837. OLE color: 8468837.

HSL color Cylindrical-coordinate representation of color #653981: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653981 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 57 129 -
CMYK 0.22 0.56 0 0.49
HSL 276.67º 0.39% 0.36% -
HSV(B) 276.67º 0.56% 0.51% -
XYZ 10.79 7.28 21.6 -
YUV 78.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 101 57 129 0.22 0.56 0 0.49 276.67 0.39 0.36
Hex 65 39 81 16 38 0 31 115 27 24
Octal 145 71 201 26 70 0 61 425 47 44
Binary 1100101 111001 10000001 10110 111000 0 110001 100010101 100111 100100

Color Harmonies of #653981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653981

Black with #653981

Text Example


Text Example

White with #653981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653981; }

 p { color: rgb(101,57,129); }

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

background-color css

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

 a { background-color: rgb(101,57,129); }

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

border-color css

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

 span { border-color: rgb(101,57,129); }

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