Html Css Color HEX #633E85 Kingfisher Daisy

📋 copy color: '#633E85'

red 99 ◦ green 62 ◦ blue 133

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

Shades of Kingfisher Daisy #633E85

Tints of Kingfisher Daisy #633E85

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

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

R = 33.67%
G = 21.09%
B = 45.24%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#633E85 (or 0x633E85) is known color: Kingfisher Daisy. HEX triplet: 63, 3E and 85. RGB value is (99,62,133). Sum of RGB (Red+Green+Blue) = 99+62+133=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #633E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633E85 is #9CC17A. Grayscale: #505050. Windows color (decimal): -10273147 or 8732259. OLE color: 8732259.

HSL color Cylindrical-coordinate representation of color #633E85: hue angle of 271.27º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #633E85 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 62 133 -
CMYK 0.26 0.53 0 0.48
HSL 271.27º 0.36% 0.38% -
HSV(B) 271.27º 0.53% 0.52% -
XYZ 11.1 7.79 23.11 -
YUV 81.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 99 62 133 0.26 0.53 0 0.48 271.27 0.36 0.38
Hex 63 3E 85 1A 35 0 30 10F 24 26
Octal 143 76 205 32 65 0 60 417 44 46
Binary 1100011 111110 10000101 11010 110101 0 110000 100001111 100100 100110

Color Harmonies of #633E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633E85

Black with #633E85

Text Example


Text Example

White with #633E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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