Html Css Color HEX #633086 Kingfisher Daisy

📋 copy color: '#633086'

red 99 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #633086

Tints of Kingfisher Daisy #633086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.69%

R = 35.23%
G = 17.08%
B = 47.69%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#633086 (or 0x633086) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 86. RGB value is (99,48,134). Sum of RGB (Red+Green+Blue) = 99+48+134=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #633086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633086 is #9CCF79. Grayscale: #484848. Windows color (decimal): -10276730 or 8794211. OLE color: 8794211.

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

Color convert

RGB 99 48 134 -
CMYK 0.26 0.64 0 0.47
HSL 275.58º 0.47% 0.36% -
HSV(B) 275.58º 0.64% 0.53% -
XYZ 10.51 6.49 23.25 -
YUV 73.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 99 48 134 0.26 0.64 0 0.47 275.58 0.47 0.36
Hex 63 30 86 1A 40 0 2F 114 2F 24
Octal 143 60 206 32 100 0 57 424 57 44
Binary 1100011 110000 10000110 11010 1000000 0 101111 100010100 101111 100100

Color Harmonies of #633086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633086

Black with #633086

Text Example


Text Example

White with #633086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633086; }

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

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

background-color css

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

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

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

border-color css

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

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

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