Html Css Color HEX #68378B Kingfisher Daisy

📋 copy color: '#68378B'

red 104 ◦ green 55 ◦ blue 139

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

Shades of Kingfisher Daisy #68378B

Tints of Kingfisher Daisy #68378B

RGB

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

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

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

R = 34.9%
G = 18.46%
B = 46.64%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68378B (or 0x68378B) is known color: Kingfisher Daisy. HEX triplet: 68, 37 and 8B. RGB value is (104,55,139). Sum of RGB (Red+Green+Blue) = 104+55+139=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #68378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68378B is #97C874. Grayscale: #4E4E4E. Windows color (decimal): -9947253 or 9123688. OLE color: 9123688.

HSL color Cylindrical-coordinate representation of color #68378B: hue angle of 275º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68378B is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 55 139 -
CMYK 0.25 0.60 0 0.45
HSL 275º 0.43% 0.38% -
HSV(B) 275º 0.6% 0.55% -
XYZ 11.74 7.54 25.26 -
YUV 79.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 104 55 139 0.25 0.60 0 0.45 275 0.43 0.38
Hex 68 37 8B 19 3C 0 2D 113 2B 26
Octal 150 67 213 31 74 0 55 423 53 46
Binary 1101000 110111 10001011 11001 111100 0 101101 100010011 101011 100110

Color Harmonies of #68378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68378B

Black with #68378B

Text Example


Text Example

White with #68378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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