Html Css Color HEX #63258E Kingfisher Daisy

📋 copy color: '#63258E'

red 99 ◦ green 37 ◦ blue 142

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

Shades of Kingfisher Daisy #63258E

Tints of Kingfisher Daisy #63258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 35.61%
G = 13.31%
B = 51.08%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63258E (or 0x63258E) is known color: Kingfisher Daisy. HEX triplet: 63, 25 and 8E. RGB value is (99,37,142). Sum of RGB (Red+Green+Blue) = 99+37+142=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #63258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63258E is #9CDA71. Grayscale: #434343. Windows color (decimal): -10279538 or 9315683. OLE color: 9315683.

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

Color convert

RGB 99 37 142 -
CMYK 0.30 0.74 0 0.44
HSL 275.43º 0.59% 0.35% -
HSV(B) 275.43º 0.74% 0.56% -
XYZ 10.69 5.93 26.17 -
YUV 67.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 99 37 142 0.30 0.74 0 0.44 275.43 0.59 0.35
Hex 63 25 8E 1E 4A 0 2C 113 3B 23
Octal 143 45 216 36 112 0 54 423 73 43
Binary 1100011 100101 10001110 11110 1001010 0 101100 100010011 111011 100011

Color Harmonies of #63258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63258E

Black with #63258E

Text Example


Text Example

White with #63258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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