Html Css Color HEX #633985 Kingfisher Daisy

📋 copy color: '#633985'

red 99 ◦ green 57 ◦ blue 133

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

Shades of Kingfisher Daisy #633985

Tints of Kingfisher Daisy #633985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 34.26%
G = 19.72%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#633985 (or 0x633985) is known color: Kingfisher Daisy. HEX triplet: 63, 39 and 85. RGB value is (99,57,133). Sum of RGB (Red+Green+Blue) = 99+57+133=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #633985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633985 is #9CC67A. Grayscale: #4D4D4D. Windows color (decimal): -10274427 or 8730979. OLE color: 8730979.

HSL color Cylindrical-coordinate representation of color #633985: hue angle of 273.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #633985 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 57 133 -
CMYK 0.26 0.57 0 0.48
HSL 273.16º 0.4% 0.37% -
HSV(B) 273.16º 0.57% 0.52% -
XYZ 10.84 7.27 23.02 -
YUV 78.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 99 57 133 0.26 0.57 0 0.48 273.16 0.4 0.37
Hex 63 39 85 1A 39 0 30 111 28 25
Octal 143 71 205 32 71 0 60 421 50 45
Binary 1100011 111001 10000101 11010 111001 0 110000 100010001 101000 100101

Color Harmonies of #633985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633985

Black with #633985

Text Example


Text Example

White with #633985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633985; }

 p { color: rgb(99,57,133); }

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

background-color css

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

 a { background-color: rgb(99,57,133); }

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

border-color css

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

 span { border-color: rgb(99,57,133); }

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