Html Css Color HEX #68268B Kingfisher Daisy

📋 copy color: '#68268B'

red 104 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #68268B

Tints of Kingfisher Daisy #68268B

RGB

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

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

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

R = 37.01%
G = 13.52%
B = 49.47%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68268B (or 0x68268B) is known color: Kingfisher Daisy. HEX triplet: 68, 26 and 8B. RGB value is (104,38,139). Sum of RGB (Red+Green+Blue) = 104+38+139=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #68268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68268B is #97D974. Grayscale: #444444. Windows color (decimal): -9951605 or 9119336. OLE color: 9119336.

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

Color convert

RGB 104 38 139 -
CMYK 0.25 0.73 0 0.45
HSL 279.21º 0.57% 0.35% -
HSV(B) 279.21º 0.73% 0.55% -
XYZ 11.06 6.19 25.04 -
YUV 69.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 104 38 139 0.25 0.73 0 0.45 279.21 0.57 0.35
Hex 68 26 8B 19 49 0 2D 117 39 23
Octal 150 46 213 31 111 0 55 427 71 43
Binary 1101000 100110 10001011 11001 1001001 0 101101 100010111 111001 100011

Color Harmonies of #68268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68268B

Black with #68268B

Text Example


Text Example

White with #68268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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