Html Css Color HEX #652090 Kingfisher Daisy

📋 copy color: '#652090'

red 101 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #652090

Tints of Kingfisher Daisy #652090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 36.46%
G = 11.55%
B = 51.99%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#652090 (or 0x652090) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 90. RGB value is (101,32,144). Sum of RGB (Red+Green+Blue) = 101+32+144=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #652090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652090 is #9ADF6F. Grayscale: #414141. Windows color (decimal): -10149744 or 9445477. OLE color: 9445477.

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

Color convert

RGB 101 32 144 -
CMYK 0.30 0.78 0 0.44
HSL 276.96º 0.64% 0.35% -
HSV(B) 276.96º 0.78% 0.56% -
XYZ 10.92 5.81 26.93 -
YUV 65.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 101 32 144 0.30 0.78 0 0.44 276.96 0.64 0.35
Hex 65 20 90 1E 4E 0 2C 115 40 23
Octal 145 40 220 36 116 0 54 425 100 43
Binary 1100101 100000 10010000 11110 1001110 0 101100 100010101 1000000 100011

Color Harmonies of #652090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652090

Black with #652090

Text Example


Text Example

White with #652090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652090; }

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

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

background-color css

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

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

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

border-color css

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

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

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