Html Css Color HEX #632894 Kingfisher Daisy

📋 copy color: '#632894'

red 99 ◦ green 40 ◦ blue 148

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

Shades of Kingfisher Daisy #632894

Tints of Kingfisher Daisy #632894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 34.49%
G = 13.94%
B = 51.57%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#632894 (or 0x632894) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 94. RGB value is (99,40,148). Sum of RGB (Red+Green+Blue) = 99+40+148=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #632894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632894 is #9CD76B. Grayscale: #454545. Windows color (decimal): -10278764 or 9709667. OLE color: 9709667.

HSL color Cylindrical-coordinate representation of color #632894: hue angle of 272.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632894 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 40 148 -
CMYK 0.33 0.73 0 0.42
HSL 272.78º 0.57% 0.37% -
HSV(B) 272.78º 0.73% 0.58% -
XYZ 11.25 6.31 28.64 -
YUV 69.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 99 40 148 0.33 0.73 0 0.42 272.78 0.57 0.37
Hex 63 28 94 21 49 0 2A 111 39 25
Octal 143 50 224 41 111 0 52 421 71 45
Binary 1100011 101000 10010100 100001 1001001 0 101010 100010001 111001 100101

Color Harmonies of #632894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632894

Black with #632894

Text Example


Text Example

White with #632894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632894; }

 p { color: rgb(99,40,148); }

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

background-color css

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

 a { background-color: rgb(99,40,148); }

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

border-color css

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

 span { border-color: rgb(99,40,148); }

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