Html Css Color HEX #653083 Kingfisher Daisy

📋 copy color: '#653083'

red 101 ◦ green 48 ◦ blue 131

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

Shades of Kingfisher Daisy #653083

Tints of Kingfisher Daisy #653083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 36.07%
G = 17.14%
B = 46.79%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653083 (or 0x653083) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 83. RGB value is (101,48,131). Sum of RGB (Red+Green+Blue) = 101+48+131=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #653083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653083 is #9ACF7C. Grayscale: #494949. Windows color (decimal): -10145661 or 8597605. OLE color: 8597605.

HSL color Cylindrical-coordinate representation of color #653083: hue angle of 278.31º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653083 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 48 131 -
CMYK 0.23 0.63 0 0.49
HSL 278.31º 0.46% 0.35% -
HSV(B) 278.31º 0.63% 0.51% -
XYZ 10.52 6.52 22.18 -
YUV 73.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 101 48 131 0.23 0.63 0 0.49 278.31 0.46 0.35
Hex 65 30 83 17 3F 0 31 116 2E 23
Octal 145 60 203 27 77 0 61 426 56 43
Binary 1100101 110000 10000011 10111 111111 0 110001 100010110 101110 100011

Color Harmonies of #653083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653083

Black with #653083

Text Example


Text Example

White with #653083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653083; }

 p { color: rgb(101,48,131); }

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

background-color css

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

 a { background-color: rgb(101,48,131); }

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

border-color css

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

 span { border-color: rgb(101,48,131); }

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