Html Css Color HEX #68448B Daisy Bush

📋 copy color: '#68448B'

red 104 ◦ green 68 ◦ blue 139

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

Shades of Daisy Bush #68448B

Tints of Daisy Bush #68448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 33.44%
G = 21.86%
B = 44.69%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68448B (or 0x68448B) is known color: Daisy Bush. HEX triplet: 68, 44 and 8B. RGB value is (104,68,139). Sum of RGB (Red+Green+Blue) = 104+68+139=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #68448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68448B is #97BB74. Grayscale: #565656. Windows color (decimal): -9943925 or 9127016. OLE color: 9127016.

HSL color Cylindrical-coordinate representation of color #68448B: hue angle of 270.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68448B is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 68 139 -
CMYK 0.25 0.51 0 0.45
HSL 270.42º 0.34% 0.41% -
HSV(B) 270.42º 0.51% 0.55% -
XYZ 12.44 8.94 25.5 -
YUV 86.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 104 68 139 0.25 0.51 0 0.45 270.42 0.34 0.41
Hex 68 44 8B 19 33 0 2D 10E 22 29
Octal 150 104 213 31 63 0 55 416 42 51
Binary 1101000 1000100 10001011 11001 110011 0 101101 100001110 100010 101001

Color Harmonies of #68448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68448B

Black with #68448B

Text Example


Text Example

White with #68448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68448B; }

 p { color: rgb(104,68,139); }

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

background-color css

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

 a { background-color: rgb(104,68,139); }

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

border-color css

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

 span { border-color: rgb(104,68,139); }

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