Html Css Color HEX #68268C Kingfisher Daisy

📋 copy color: '#68268C'

red 104 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #68268C

Tints of Kingfisher Daisy #68268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 36.88%
G = 13.48%
B = 49.65%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68268C (or 0x68268C) is known color: Kingfisher Daisy. HEX triplet: 68, 26 and 8C. RGB value is (104,38,140). Sum of RGB (Red+Green+Blue) = 104+38+140=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #68268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68268C is #97D973. Grayscale: #454545. Windows color (decimal): -9951604 or 9184872. OLE color: 9184872.

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

Color convert

RGB 104 38 140 -
CMYK 0.26 0.73 0 0.45
HSL 278.82º 0.57% 0.35% -
HSV(B) 278.82º 0.73% 0.55% -
XYZ 11.14 6.22 25.43 -
YUV 69.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 104 38 140 0.26 0.73 0 0.45 278.82 0.57 0.35
Hex 68 26 8C 1A 49 0 2D 117 39 23
Octal 150 46 214 32 111 0 55 427 71 43
Binary 1101000 100110 10001100 11010 1001001 0 101101 100010111 111001 100011

Color Harmonies of #68268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68268C

Black with #68268C

Text Example


Text Example

White with #68268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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