Html Css Color HEX #63238E Kingfisher Daisy

📋 copy color: '#63238E'

red 99 ◦ green 35 ◦ blue 142

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

Shades of Kingfisher Daisy #63238E

Tints of Kingfisher Daisy #63238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 35.87%
G = 12.68%
B = 51.45%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63238E (or 0x63238E) is known color: Kingfisher Daisy. HEX triplet: 63, 23 and 8E. RGB value is (99,35,142). Sum of RGB (Red+Green+Blue) = 99+35+142=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #63238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63238E is #9CDC71. Grayscale: #414141. Windows color (decimal): -10280050 or 9315171. OLE color: 9315171.

HSL color Cylindrical-coordinate representation of color #63238E: hue angle of 275.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63238E is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 35 142 -
CMYK 0.30 0.75 0 0.44
HSL 275.89º 0.6% 0.35% -
HSV(B) 275.89º 0.75% 0.56% -
XYZ 10.63 5.81 26.15 -
YUV 66.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 99 35 142 0.30 0.75 0 0.44 275.89 0.6 0.35
Hex 63 23 8E 1E 4B 0 2C 114 3C 23
Octal 143 43 216 36 113 0 54 424 74 43
Binary 1100011 100011 10001110 11110 1001011 0 101100 100010100 111100 100011

Color Harmonies of #63238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63238E

Black with #63238E

Text Example


Text Example

White with #63238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63238E; }

 p { color: rgb(99,35,142); }

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

background-color css

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

 a { background-color: rgb(99,35,142); }

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

border-color css

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

 span { border-color: rgb(99,35,142); }

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