Html Css Color HEX #68368A Kingfisher Daisy

📋 copy color: '#68368A'

red 104 ◦ green 54 ◦ blue 138

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

Shades of Kingfisher Daisy #68368A

Tints of Kingfisher Daisy #68368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 35.14%
G = 18.24%
B = 46.62%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68368A (or 0x68368A) is known color: Kingfisher Daisy. HEX triplet: 68, 36 and 8A. RGB value is (104,54,138). Sum of RGB (Red+Green+Blue) = 104+54+138=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #68368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68368A is #97C975. Grayscale: #4E4E4E. Windows color (decimal): -9947510 or 9057896. OLE color: 9057896.

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

Color convert

RGB 104 54 138 -
CMYK 0.25 0.61 0 0.46
HSL 275.71º 0.44% 0.38% -
HSV(B) 275.71º 0.61% 0.54% -
XYZ 11.62 7.42 24.86 -
YUV 78.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 104 54 138 0.25 0.61 0 0.46 275.71 0.44 0.38
Hex 68 36 8A 19 3D 0 2E 114 2C 26
Octal 150 66 212 31 75 0 56 424 54 46
Binary 1101000 110110 10001010 11001 111101 0 101110 100010100 101100 100110

Color Harmonies of #68368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68368A

Black with #68368A

Text Example


Text Example

White with #68368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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