Html Css Color HEX #632490 Kingfisher Daisy

📋 copy color: '#632490'

red 99 ◦ green 36 ◦ blue 144

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

Shades of Kingfisher Daisy #632490

Tints of Kingfisher Daisy #632490

RGB

 RED value IS 99 (39.06% from 255) = 35.48%

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 35.48%
G = 12.9%
B = 51.61%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#632490 (or 0x632490) is known color: Kingfisher Daisy. HEX triplet: 63, 24 and 90. RGB value is (99,36,144). Sum of RGB (Red+Green+Blue) = 99+36+144=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #632490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632490 is #9CDB6F. Grayscale: #424242. Windows color (decimal): -10279792 or 9446499. OLE color: 9446499.

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

Color convert

RGB 99 36 144 -
CMYK 0.31 0.75 0 0.44
HSL 275º 0.6% 0.35% -
HSV(B) 275º 0.75% 0.56% -
XYZ 10.81 5.93 26.96 -
YUV 67.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 99 36 144 0.31 0.75 0 0.44 275 0.6 0.35
Hex 63 24 90 1F 4B 0 2C 113 3C 23
Octal 143 44 220 37 113 0 54 423 74 43
Binary 1100011 100100 10010000 11111 1001011 0 101100 100010011 111100 100011

Color Harmonies of #632490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632490

Black with #632490

Text Example


Text Example

White with #632490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632490; }

 p { color: rgb(99,36,144); }

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

background-color css

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

 a { background-color: rgb(99,36,144); }

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

border-color css

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

 span { border-color: rgb(99,36,144); }

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