Html Css Color HEX #653091 Kingfisher Daisy

📋 copy color: '#653091'

red 101 ◦ green 48 ◦ blue 145

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

Shades of Kingfisher Daisy #653091

Tints of Kingfisher Daisy #653091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.32%

R = 34.35%
G = 16.33%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#653091 (or 0x653091) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 91. RGB value is (101,48,145). Sum of RGB (Red+Green+Blue) = 101+48+145=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #653091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653091 is #9ACF6E. Grayscale: #4A4A4A. Windows color (decimal): -10145647 or 9515109. OLE color: 9515109.

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

Color convert

RGB 101 48 145 -
CMYK 0.30 0.67 0 0.43
HSL 272.78º 0.5% 0.38% -
HSV(B) 272.78º 0.67% 0.57% -
XYZ 11.53 6.92 27.52 -
YUV 74.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 101 48 145 0.30 0.67 0 0.43 272.78 0.5 0.38
Hex 65 30 91 1E 43 0 2B 111 32 26
Octal 145 60 221 36 103 0 53 421 62 46
Binary 1100101 110000 10010001 11110 1000011 0 101011 100010001 110010 100110

Color Harmonies of #653091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653091

Black with #653091

Text Example


Text Example

White with #653091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653091; }

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

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

background-color css

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

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

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

border-color css

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

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

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