#63377D

Color #63377D Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #63377D

Tints of Kingfisher Daisy #63377D

Color information

#63377D (or 0x63377D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 37 and 7D. RGB value is (99,55,125). Sum of RGB (Red+Green+Blue) = 99+55+125=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #63377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63377D is #9CC882. Grayscale: #4B4B4B. Windows color (decimal): -10274947 or 8206179. OLE color: 8206179.

HSL color Cylindrical-coordinate representation of color #63377D: hue angle of 277.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63377D is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9955125-
CMYK0.210.5600.51
HSL277.71º38.89%35.29%-
HSV(B)277.71º56%49.02%-
XYZ10.216.8720.19-
YUV76.14155.58144.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=35.48%
G=19.71%
B=44.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99551250.210.5600.51277.7138.8935.29
Hex63377D15380331162723
Octal1436717525700634264743
Binary11000111101111111101101011110000110011100010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63377D; }

 p { color: rgb(99,55,125); }

 H1.HeaderClassName
 {
   color: #63377D;
 }
 .AnyTagClassName
 {
   color: #63377D;
 }
</style>
background-color css

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

 a { background-color: rgb(99,55,125); }

 div.DivClassName
 {
   background-color: #63377D;
 }
 .BgClassName
 {
   background-color: #63377D;
 }
</style>
border-color css

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

 span { border-color: rgb(99,55,125); }

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