Html Css Color HEX #68378A Kingfisher Daisy

📋 copy color: '#68378A'

red 104 ◦ green 55 ◦ blue 138

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

Shades of Kingfisher Daisy #68378A

Tints of Kingfisher Daisy #68378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 35.02%
G = 18.52%
B = 46.46%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68378A (or 0x68378A) is known color: Kingfisher Daisy. HEX triplet: 68, 37 and 8A. RGB value is (104,55,138). Sum of RGB (Red+Green+Blue) = 104+55+138=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #68378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68378A is #97C875. Grayscale: #4E4E4E. Windows color (decimal): -9947254 or 9058152. OLE color: 9058152.

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

Color convert

RGB 104 55 138 -
CMYK 0.25 0.60 0 0.46
HSL 275.42º 0.43% 0.38% -
HSV(B) 275.42º 0.6% 0.54% -
XYZ 11.66 7.51 24.88 -
YUV 79.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 104 55 138 0.25 0.60 0 0.46 275.42 0.43 0.38
Hex 68 37 8A 19 3C 0 2E 113 2B 26
Octal 150 67 212 31 74 0 56 423 53 46
Binary 1101000 110111 10001010 11001 111100 0 101110 100010011 101011 100110

Color Harmonies of #68378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68378A

Black with #68378A

Text Example


Text Example

White with #68378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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