Html Css Color HEX #653D85 Kingfisher Daisy

📋 copy color: '#653D85'

red 101 ◦ green 61 ◦ blue 133

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

Shades of Kingfisher Daisy #653D85

Tints of Kingfisher Daisy #653D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 34.24%
G = 20.68%
B = 45.08%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653D85 (or 0x653D85) is known color: Kingfisher Daisy. HEX triplet: 65, 3D and 85. RGB value is (101,61,133). Sum of RGB (Red+Green+Blue) = 101+61+133=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #653D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D85 is #9AC27A. Grayscale: #505050. Windows color (decimal): -10142331 or 8732005. OLE color: 8732005.

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

Color convert

RGB 101 61 133 -
CMYK 0.24 0.54 0 0.48
HSL 273.33º 0.37% 0.38% -
HSV(B) 273.33º 0.54% 0.52% -
XYZ 11.27 7.8 23.1 -
YUV 81.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 101 61 133 0.24 0.54 0 0.48 273.33 0.37 0.38
Hex 65 3D 85 18 36 0 30 111 25 26
Octal 145 75 205 30 66 0 60 421 45 46
Binary 1100101 111101 10000101 11000 110110 0 110000 100010001 100101 100110

Color Harmonies of #653D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D85

Black with #653D85

Text Example


Text Example

White with #653D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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