Html Css Color HEX #68288C Kingfisher Daisy

📋 copy color: '#68288C'

red 104 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #68288C

Tints of Kingfisher Daisy #68288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 36.62%
G = 14.08%
B = 49.3%

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

#68288C (or 0x68288C) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 8C. RGB value is (104,40,140). Sum of RGB (Red+Green+Blue) = 104+40+140=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #68288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68288C is #97D773. Grayscale: #464646. Windows color (decimal): -9951092 or 9185384. OLE color: 9185384.

HSL color Cylindrical-coordinate representation of color #68288C: hue angle of 278.4º degrees, saturation: 0.56, 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 #68288C is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 40 140 -
CMYK 0.26 0.71 0 0.45
HSL 278.4º 0.56% 0.35% -
HSV(B) 278.4º 0.71% 0.55% -
XYZ 11.2 6.35 25.45 -
YUV 70.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 104 40 140 0.26 0.71 0 0.45 278.4 0.56 0.35
Hex 68 28 8C 1A 47 0 2D 116 38 23
Octal 150 50 214 32 107 0 55 426 70 43
Binary 1101000 101000 10001100 11010 1000111 0 101101 100010110 111000 100011

Color Harmonies of #68288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68288C

Black with #68288C

Text Example


Text Example

White with #68288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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