Html Css Color HEX #68378C Kingfisher Daisy

📋 copy color: '#68378C'

red 104 ◦ green 55 ◦ blue 140

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

Shades of Kingfisher Daisy #68378C

Tints of Kingfisher Daisy #68378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 34.78%
G = 18.39%
B = 46.82%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68378C (or 0x68378C) is known color: Kingfisher Daisy. HEX triplet: 68, 37 and 8C. RGB value is (104,55,140). Sum of RGB (Red+Green+Blue) = 104+55+140=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #68378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68378C is #97C873. Grayscale: #4F4F4F. Windows color (decimal): -9947252 or 9189224. OLE color: 9189224.

HSL color Cylindrical-coordinate representation of color #68378C: hue angle of 274.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68378C is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 55 140 -
CMYK 0.26 0.61 0 0.45
HSL 274.59º 0.44% 0.38% -
HSV(B) 274.59º 0.61% 0.55% -
XYZ 11.81 7.57 25.65 -
YUV 79.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 104 55 140 0.26 0.61 0 0.45 274.59 0.44 0.38
Hex 68 37 8C 1A 3D 0 2D 113 2C 26
Octal 150 67 214 32 75 0 55 423 54 46
Binary 1101000 110111 10001100 11010 111101 0 101101 100010011 101100 100110

Color Harmonies of #68378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68378C

Black with #68378C

Text Example


Text Example

White with #68378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,55,140); }

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

background-color css

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

 a { background-color: rgb(104,55,140); }

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

border-color css

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

 span { border-color: rgb(104,55,140); }

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