Html Css Color HEX #653886 Kingfisher Daisy

📋 copy color: '#653886'

red 101 ◦ green 56 ◦ blue 134

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

Shades of Kingfisher Daisy #653886

Tints of Kingfisher Daisy #653886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 34.71%
G = 19.24%
B = 46.05%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#653886 (or 0x653886) is known color: Kingfisher Daisy. HEX triplet: 65, 38 and 86. RGB value is (101,56,134). Sum of RGB (Red+Green+Blue) = 101+56+134=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #653886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653886 is #9AC779. Grayscale: #4E4E4E. Windows color (decimal): -10143610 or 8796261. OLE color: 8796261.

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

Color convert

RGB 101 56 134 -
CMYK 0.25 0.58 0 0.47
HSL 274.62º 0.41% 0.37% -
HSV(B) 274.62º 0.58% 0.53% -
XYZ 11.08 7.32 23.38 -
YUV 78.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 101 56 134 0.25 0.58 0 0.47 274.62 0.41 0.37
Hex 65 38 86 19 3A 0 2F 113 29 25
Octal 145 70 206 31 72 0 57 423 51 45
Binary 1100101 111000 10000110 11001 111010 0 101111 100010011 101001 100101

Color Harmonies of #653886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653886

Black with #653886

Text Example


Text Example

White with #653886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653886; }

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

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

background-color css

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

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

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

border-color css

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

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

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