Html Css Color HEX #68228B Kingfisher Daisy

📋 copy color: '#68228B'

red 104 ◦ green 34 ◦ blue 139

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

Shades of Kingfisher Daisy #68228B

Tints of Kingfisher Daisy #68228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 37.55%
G = 12.27%
B = 50.18%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68228B (or 0x68228B) is known color: Kingfisher Daisy. HEX triplet: 68, 22 and 8B. RGB value is (104,34,139). Sum of RGB (Red+Green+Blue) = 104+34+139=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #68228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68228B is #97DD74. Grayscale: #424242. Windows color (decimal): -9952629 or 9118312. OLE color: 9118312.

HSL color Cylindrical-coordinate representation of color #68228B: hue angle of 280º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68228B is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 34 139 -
CMYK 0.25 0.76 0 0.45
HSL 280º 0.61% 0.34% -
HSV(B) 280º 0.76% 0.55% -
XYZ 10.94 5.95 25 -
YUV 66.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 104 34 139 0.25 0.76 0 0.45 280 0.61 0.34
Hex 68 22 8B 19 4C 0 2D 118 3D 22
Octal 150 42 213 31 114 0 55 430 75 42
Binary 1101000 100010 10001011 11001 1001100 0 101101 100011000 111101 100010

Color Harmonies of #68228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68228B

Black with #68228B

Text Example


Text Example

White with #68228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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