Html Css Color HEX #653090 Kingfisher Daisy

📋 copy color: '#653090'

red 101 ◦ green 48 ◦ blue 144

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

Shades of Kingfisher Daisy #653090

Tints of Kingfisher Daisy #653090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 34.47%
G = 16.38%
B = 49.15%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#653090 (or 0x653090) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 90. RGB value is (101,48,144). Sum of RGB (Red+Green+Blue) = 101+48+144=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #653090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653090 is #9ACF6F. Grayscale: #4A4A4A. Windows color (decimal): -10145648 or 9449573. OLE color: 9449573.

HSL color Cylindrical-coordinate representation of color #653090: hue angle of 273.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653090 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 48 144 -
CMYK 0.30 0.67 0 0.44
HSL 273.13º 0.5% 0.38% -
HSV(B) 273.13º 0.67% 0.56% -
XYZ 11.46 6.89 27.11 -
YUV 74.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 101 48 144 0.30 0.67 0 0.44 273.13 0.5 0.38
Hex 65 30 90 1E 43 0 2C 111 32 26
Octal 145 60 220 36 103 0 54 421 62 46
Binary 1100101 110000 10010000 11110 1000011 0 101100 100010001 110010 100110

Color Harmonies of #653090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653090

Black with #653090

Text Example


Text Example

White with #653090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653090; }

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

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

background-color css

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

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

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

border-color css

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

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

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