Html Css Color HEX #68258B Kingfisher Daisy

📋 copy color: '#68258B'

red 104 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #68258B

Tints of Kingfisher Daisy #68258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 37.14%
G = 13.21%
B = 49.64%

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

#68258B (or 0x68258B) is known color: Kingfisher Daisy. HEX triplet: 68, 25 and 8B. RGB value is (104,37,139). Sum of RGB (Red+Green+Blue) = 104+37+139=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #68258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68258B is #97DA74. Grayscale: #444444. Windows color (decimal): -9951861 or 9119080. OLE color: 9119080.

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

Color convert

RGB 104 37 139 -
CMYK 0.25 0.73 0 0.45
HSL 279.41º 0.58% 0.35% -
HSV(B) 279.41º 0.73% 0.55% -
XYZ 11.03 6.13 25.03 -
YUV 68.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 104 37 139 0.25 0.73 0 0.45 279.41 0.58 0.35
Hex 68 25 8B 19 49 0 2D 117 3A 23
Octal 150 45 213 31 111 0 55 427 72 43
Binary 1101000 100101 10001011 11001 1001001 0 101101 100010111 111010 100011

Color Harmonies of #68258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68258B

Black with #68258B

Text Example


Text Example

White with #68258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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