Html Css Color HEX #675299 Butterfly Bush

📋 copy color: '#675299'

red 103 ◦ green 82 ◦ blue 153

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

Shades of Butterfly Bush #675299

Tints of Butterfly Bush #675299

RGB

 RED value IS 103 (40.63% from 255) = 30.47%

 GREEN value IS 82 (32.42% from 255) = 24.26%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 30.47%
G = 24.26%
B = 45.27%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#675299 (or 0x675299) is known color: Butterfly Bush. HEX triplet: 67, 52 and 99. RGB value is (103,82,153). Sum of RGB (Red+Green+Blue) = 103+82+153=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #675299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675299 is #98AD66. Grayscale: #606060. Windows color (decimal): -10005863 or 10048103. OLE color: 10048103.

HSL color Cylindrical-coordinate representation of color #675299: hue angle of 257.75º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675299 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 82 153 -
CMYK 0.33 0.46 0 0.4
HSL 257.75º 0.3% 0.46% -
HSV(B) 257.75º 0.46% 0.6% -
XYZ 14.36 11.22 31.55 -
YUV 96.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 103 82 153 0.33 0.46 0 0.4 257.75 0.3 0.46
Hex 67 52 99 21 2E 0 28 102 1E 2E
Octal 147 122 231 41 56 0 50 402 36 56
Binary 1100111 1010010 10011001 100001 101110 0 101000 100000010 11110 101110

Color Harmonies of #675299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675299

Black with #675299

Text Example


Text Example

White with #675299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675299; }

 p { color: rgb(103,82,153); }

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

background-color css

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

 a { background-color: rgb(103,82,153); }

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

border-color css

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

 span { border-color: rgb(103,82,153); }

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