Html Css Color HEX #68228E Kingfisher Daisy

📋 copy color: '#68228E'

red 104 ◦ green 34 ◦ blue 142

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

Shades of Kingfisher Daisy #68228E

Tints of Kingfisher Daisy #68228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.14%

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 37.14%
G = 12.14%
B = 50.71%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68228E (or 0x68228E) is known color: Kingfisher Daisy. HEX triplet: 68, 22 and 8E. RGB value is (104,34,142). Sum of RGB (Red+Green+Blue) = 104+34+142=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #68228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68228E is #97DD71. Grayscale: #424242. Windows color (decimal): -9952626 or 9314920. OLE color: 9314920.

HSL color Cylindrical-coordinate representation of color #68228E: hue angle of 278.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68228E is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 34 142 -
CMYK 0.27 0.76 0 0.44
HSL 278.89º 0.61% 0.35% -
HSV(B) 278.89º 0.76% 0.56% -
XYZ 11.16 6.04 26.17 -
YUV 67.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 104 34 142 0.27 0.76 0 0.44 278.89 0.61 0.35
Hex 68 22 8E 1B 4C 0 2C 117 3D 23
Octal 150 42 216 33 114 0 54 427 75 43
Binary 1101000 100010 10001110 11011 1001100 0 101100 100010111 111101 100011

Color Harmonies of #68228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68228E

Black with #68228E

Text Example


Text Example

White with #68228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68228E; }

 p { color: rgb(104,34,142); }

 H1.HeaderClassName
 {
   color: #68228E;
 }
 .AnyTagClassName
 {
   color: #68228E;
 }
</style>

background-color css

<style>
 a { background-color: #68228E; }

 a { background-color: rgb(104,34,142); }

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

border-color css

<style>
 span { border-color: #68228E; }

 span { border-color: rgb(104,34,142); }

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