Html Css Color HEX #631998 Kingfisher Daisy

📋 copy color: '#631998'

red 99 ◦ green 25 ◦ blue 152

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

Shades of Kingfisher Daisy #631998

Tints of Kingfisher Daisy #631998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 35.87%
G = 9.06%
B = 55.07%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#631998 (or 0x631998) is known color: Kingfisher Daisy. HEX triplet: 63, 19 and 98. RGB value is (99,25,152). Sum of RGB (Red+Green+Blue) = 99+25+152=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #631998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631998 is #9CE667. Grayscale: #3D3D3D. Windows color (decimal): -10282600 or 9967971. OLE color: 9967971.

HSL color Cylindrical-coordinate representation of color #631998: hue angle of 274.96º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631998 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 25 152 -
CMYK 0.35 0.84 0 0.40
HSL 274.96º 0.72% 0.35% -
HSV(B) 274.96º 0.84% 0.6% -
XYZ 11.16 5.61 30.2 -
YUV 61.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 99 25 152 0.35 0.84 0 0.40 274.96 0.72 0.35
Hex 63 19 98 23 54 0 28 113 48 23
Octal 143 31 230 43 124 0 50 423 110 43
Binary 1100011 11001 10011000 100011 1010100 0 101000 100010011 1001000 100011

Color Harmonies of #631998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631998

Black with #631998

Text Example


Text Example

White with #631998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631998; }

 p { color: rgb(99,25,152); }

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

background-color css

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

 a { background-color: rgb(99,25,152); }

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

border-color css

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

 span { border-color: rgb(99,25,152); }

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