Html Css Color HEX #68407B Honey Flower

📋 copy color: '#68407B'

red 104 ◦ green 64 ◦ blue 123

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

Shades of Honey Flower #68407B

Tints of Honey Flower #68407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 35.74%
G = 21.99%
B = 42.27%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68407B (or 0x68407B) is known color: Honey Flower. HEX triplet: 68, 40 and 7B. RGB value is (104,64,123). Sum of RGB (Red+Green+Blue) = 104+64+123=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #68407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68407B is #97BF84. Grayscale: #525252. Windows color (decimal): -9944965 or 8077416. OLE color: 8077416.

HSL color Cylindrical-coordinate representation of color #68407B: hue angle of 280.68º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68407B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 64 123 -
CMYK 0.15 0.48 0 0.52
HSL 280.68º 0.32% 0.37% -
HSV(B) 280.68º 0.48% 0.48% -
XYZ 11.12 8.04 19.7 -
YUV 82.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 104 64 123 0.15 0.48 0 0.52 280.68 0.32 0.37
Hex 68 40 7B F 30 0 34 119 20 25
Octal 150 100 173 17 60 0 64 431 40 45
Binary 1101000 1000000 1111011 1111 110000 0 110100 100011001 100000 100101

Color Harmonies of #68407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68407B

Black with #68407B

Text Example


Text Example

White with #68407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,64,123); }

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

background-color css

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

 a { background-color: rgb(104,64,123); }

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

border-color css

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

 span { border-color: rgb(104,64,123); }

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