Html Css Color HEX #63388A Kingfisher Daisy

📋 copy color: '#63388A'

red 99 ◦ green 56 ◦ blue 138

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

Shades of Kingfisher Daisy #63388A

Tints of Kingfisher Daisy #63388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

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

R = 33.79%
G = 19.11%
B = 47.1%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63388A (or 0x63388A) is known color: Kingfisher Daisy. HEX triplet: 63, 38 and 8A. RGB value is (99,56,138). Sum of RGB (Red+Green+Blue) = 99+56+138=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #63388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63388A is #9CC775. Grayscale: #4D4D4D. Windows color (decimal): -10274678 or 9058403. OLE color: 9058403.

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

Color convert

RGB 99 56 138 -
CMYK 0.28 0.59 0 0.46
HSL 271.46º 0.42% 0.38% -
HSV(B) 271.46º 0.59% 0.54% -
XYZ 11.15 7.32 24.87 -
YUV 78.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 99 56 138 0.28 0.59 0 0.46 271.46 0.42 0.38
Hex 63 38 8A 1C 3B 0 2E 10F 2A 26
Octal 143 70 212 34 73 0 56 417 52 46
Binary 1100011 111000 10001010 11100 111011 0 101110 100001111 101010 100110

Color Harmonies of #63388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63388A

Black with #63388A

Text Example


Text Example

White with #63388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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