Html Css Color HEX #633085 Kingfisher Daisy

📋 copy color: '#633085'

red 99 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #633085

Tints of Kingfisher Daisy #633085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 35.36%
G = 17.14%
B = 47.5%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#633085 (or 0x633085) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 85. RGB value is (99,48,133). Sum of RGB (Red+Green+Blue) = 99+48+133=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #633085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633085 is #9CCF7A. Grayscale: #484848. Windows color (decimal): -10276731 or 8728675. OLE color: 8728675.

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

Color convert

RGB 99 48 133 -
CMYK 0.26 0.64 0 0.48
HSL 276º 0.47% 0.35% -
HSV(B) 276º 0.64% 0.52% -
XYZ 10.44 6.46 22.89 -
YUV 72.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 99 48 133 0.26 0.64 0 0.48 276 0.47 0.35
Hex 63 30 85 1A 40 0 30 114 2F 23
Octal 143 60 205 32 100 0 60 424 57 43
Binary 1100011 110000 10000101 11010 1000000 0 110000 100010100 101111 100011

Color Harmonies of #633085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633085

Black with #633085

Text Example


Text Example

White with #633085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633085; }

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

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

background-color css

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

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

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

border-color css

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

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

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