Html Css Color HEX #63388C Kingfisher Daisy

📋 copy color: '#63388C'

red 99 ◦ green 56 ◦ blue 140

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

Shades of Kingfisher Daisy #63388C

Tints of Kingfisher Daisy #63388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 33.56%
G = 18.98%
B = 47.46%

CMYK

 C value IS 0.29

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63388C (or 0x63388C) is known color: Kingfisher Daisy. HEX triplet: 63, 38 and 8C. RGB value is (99,56,140). Sum of RGB (Red+Green+Blue) = 99+56+140=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #63388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63388C is #9CC773. Grayscale: #4E4E4E. Windows color (decimal): -10274676 or 9189475. OLE color: 9189475.

HSL color Cylindrical-coordinate representation of color #63388C: hue angle of 270.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63388C is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 56 140 -
CMYK 0.29 0.6 0 0.45
HSL 270.71º 0.43% 0.38% -
HSV(B) 270.71º 0.6% 0.55% -
XYZ 11.29 7.37 25.64 -
YUV 78.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 99 56 140 0.29 0.6 0 0.45 270.71 0.43 0.38
Hex 63 38 8C 1D 3C 0 2D 10F 2B 26
Octal 143 70 214 35 74 0 55 417 53 46
Binary 1100011 111000 10001100 11101 111100 0 101101 100001111 101011 100110

Color Harmonies of #63388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63388C

Black with #63388C

Text Example


Text Example

White with #63388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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