Html Css Color HEX #68298B Kingfisher Daisy

📋 copy color: '#68298B'

red 104 ◦ green 41 ◦ blue 139

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

Shades of Kingfisher Daisy #68298B

Tints of Kingfisher Daisy #68298B

RGB

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

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

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

R = 36.62%
G = 14.44%
B = 48.94%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68298B (or 0x68298B) is known color: Kingfisher Daisy. HEX triplet: 68, 29 and 8B. RGB value is (104,41,139). Sum of RGB (Red+Green+Blue) = 104+41+139=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #68298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68298B is #97D674. Grayscale: #464646. Windows color (decimal): -9950837 or 9120104. OLE color: 9120104.

HSL color Cylindrical-coordinate representation of color #68298B: hue angle of 278.57º degrees, saturation: 0.54, 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 #68298B is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 41 139 -
CMYK 0.25 0.71 0 0.45
HSL 278.57º 0.54% 0.35% -
HSV(B) 278.57º 0.71% 0.55% -
XYZ 11.16 6.39 25.07 -
YUV 71.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 104 41 139 0.25 0.71 0 0.45 278.57 0.54 0.35
Hex 68 29 8B 19 47 0 2D 117 36 23
Octal 150 51 213 31 107 0 55 427 66 43
Binary 1101000 101001 10001011 11001 1000111 0 101101 100010111 110110 100011

Color Harmonies of #68298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68298B

Black with #68298B

Text Example


Text Example

White with #68298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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