Html Css Color HEX #68298C Kingfisher Daisy

📋 copy color: '#68298C'

red 104 ◦ green 41 ◦ blue 140

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

Shades of Kingfisher Daisy #68298C

Tints of Kingfisher Daisy #68298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 36.49%
G = 14.39%
B = 49.12%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68298C (or 0x68298C) is known color: Kingfisher Daisy. HEX triplet: 68, 29 and 8C. RGB value is (104,41,140). Sum of RGB (Red+Green+Blue) = 104+41+140=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #68298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68298C is #97D673. Grayscale: #464646. Windows color (decimal): -9950836 or 9185640. OLE color: 9185640.

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

Color convert

RGB 104 41 140 -
CMYK 0.26 0.71 0 0.45
HSL 278.18º 0.55% 0.35% -
HSV(B) 278.18º 0.71% 0.55% -
XYZ 11.24 6.42 25.46 -
YUV 71.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 104 41 140 0.26 0.71 0 0.45 278.18 0.55 0.35
Hex 68 29 8C 1A 47 0 2D 116 37 23
Octal 150 51 214 32 107 0 55 426 67 43
Binary 1101000 101001 10001100 11010 1000111 0 101101 100010110 110111 100011

Color Harmonies of #68298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68298C

Black with #68298C

Text Example


Text Example

White with #68298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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