Html Css Color HEX #68488E Daisy Bush

📋 copy color: '#68488E'

red 104 ◦ green 72 ◦ blue 142

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

Shades of Daisy Bush #68488E

Tints of Daisy Bush #68488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 32.7%
G = 22.64%
B = 44.65%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68488E (or 0x68488E) is known color: Daisy Bush. HEX triplet: 68, 48 and 8E. RGB value is (104,72,142). Sum of RGB (Red+Green+Blue) = 104+72+142=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #68488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488E is #97B771. Grayscale: #595959. Windows color (decimal): -9942898 or 9324648. OLE color: 9324648.

HSL color Cylindrical-coordinate representation of color #68488E: hue angle of 267.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68488E is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 72 142 -
CMYK 0.27 0.49 0 0.44
HSL 267.43º 0.33% 0.42% -
HSV(B) 267.43º 0.49% 0.56% -
XYZ 12.91 9.53 26.75 -
YUV 89.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 104 72 142 0.27 0.49 0 0.44 267.43 0.33 0.42
Hex 68 48 8E 1B 31 0 2C 10B 21 2A
Octal 150 110 216 33 61 0 54 413 41 52
Binary 1101000 1001000 10001110 11011 110001 0 101100 100001011 100001 101010

Color Harmonies of #68488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68488E

Black with #68488E

Text Example


Text Example

White with #68488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68488E; }

 p { color: rgb(104,72,142); }

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

background-color css

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

 a { background-color: rgb(104,72,142); }

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

border-color css

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

 span { border-color: rgb(104,72,142); }

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