Html Css Color HEX #63288A Kingfisher Daisy

📋 copy color: '#63288A'

red 99 ◦ green 40 ◦ blue 138

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

Shades of Kingfisher Daisy #63288A

Tints of Kingfisher Daisy #63288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 35.74%
G = 14.44%
B = 49.82%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63288A (or 0x63288A) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 8A. RGB value is (99,40,138). Sum of RGB (Red+Green+Blue) = 99+40+138=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #63288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63288A is #9CD775. Grayscale: #444444. Windows color (decimal): -10278774 or 9054307. OLE color: 9054307.

HSL color Cylindrical-coordinate representation of color #63288A: hue angle of 276.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63288A is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 40 138 -
CMYK 0.28 0.71 0 0.46
HSL 276.12º 0.55% 0.35% -
HSV(B) 276.12º 0.71% 0.54% -
XYZ 10.49 6.01 24.65 -
YUV 68.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 99 40 138 0.28 0.71 0 0.46 276.12 0.55 0.35
Hex 63 28 8A 1C 47 0 2E 114 37 23
Octal 143 50 212 34 107 0 56 424 67 43
Binary 1100011 101000 10001010 11100 1000111 0 101110 100010100 110111 100011

Color Harmonies of #63288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63288A

Black with #63288A

Text Example


Text Example

White with #63288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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