Html Css Color HEX #68509C Butterfly Bush

📋 copy color: '#68509C'

red 104 ◦ green 80 ◦ blue 156

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

Shades of Butterfly Bush #68509C

Tints of Butterfly Bush #68509C

RGB

 RED value IS 104 (41.02% from 255) = 30.59%

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 30.59%
G = 23.53%
B = 45.88%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68509C (or 0x68509C) is known color: Butterfly Bush. HEX triplet: 68, 50 and 9C. RGB value is (104,80,156). Sum of RGB (Red+Green+Blue) = 104+80+156=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #68509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509C is #97AF63. Grayscale: #5F5F5F. Windows color (decimal): -9940836 or 10244200. OLE color: 10244200.

HSL color Cylindrical-coordinate representation of color #68509C: hue angle of 258.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68509C is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 80 156 -
CMYK 0.33 0.49 0 0.39
HSL 258.95º 0.32% 0.46% -
HSV(B) 258.95º 0.49% 0.61% -
XYZ 14.58 11.08 32.82 -
YUV 95.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 104 80 156 0.33 0.49 0 0.39 258.95 0.32 0.46
Hex 68 50 9C 21 31 0 27 103 20 2E
Octal 150 120 234 41 61 0 47 403 40 56
Binary 1101000 1010000 10011100 100001 110001 0 100111 100000011 100000 101110

Color Harmonies of #68509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68509C

Black with #68509C

Text Example


Text Example

White with #68509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68509C; }

 p { color: rgb(104,80,156); }

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

background-color css

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

 a { background-color: rgb(104,80,156); }

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

border-color css

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

 span { border-color: rgb(104,80,156); }

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