Html Css Color HEX #632695 Kingfisher Daisy

📋 copy color: '#632695'

red 99 ◦ green 38 ◦ blue 149

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

Shades of Kingfisher Daisy #632695

Tints of Kingfisher Daisy #632695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 34.62%
G = 13.29%
B = 52.1%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#632695 (or 0x632695) is known color: Kingfisher Daisy. HEX triplet: 63, 26 and 95. RGB value is (99,38,149). Sum of RGB (Red+Green+Blue) = 99+38+149=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #632695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632695 is #9CD96A. Grayscale: #444444. Windows color (decimal): -10279275 or 9774691. OLE color: 9774691.

HSL color Cylindrical-coordinate representation of color #632695: hue angle of 272.97º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632695 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 38 149 -
CMYK 0.34 0.74 0 0.42
HSL 272.97º 0.59% 0.37% -
HSV(B) 272.97º 0.74% 0.58% -
XYZ 11.26 6.21 29.04 -
YUV 68.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 99 38 149 0.34 0.74 0 0.42 272.97 0.59 0.37
Hex 63 26 95 22 4A 0 2A 111 3B 25
Octal 143 46 225 42 112 0 52 421 73 45
Binary 1100011 100110 10010101 100010 1001010 0 101010 100010001 111011 100101

Color Harmonies of #632695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632695

Black with #632695

Text Example


Text Example

White with #632695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632695; }

 p { color: rgb(99,38,149); }

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

background-color css

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

 a { background-color: rgb(99,38,149); }

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

border-color css

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

 span { border-color: rgb(99,38,149); }

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