Html Css Color HEX #68198B Kingfisher Daisy

📋 copy color: '#68198B'

red 104 ◦ green 25 ◦ blue 139

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

Shades of Kingfisher Daisy #68198B

Tints of Kingfisher Daisy #68198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 38.81%
G = 9.33%
B = 51.87%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68198B (or 0x68198B) is known color: Kingfisher Daisy. HEX triplet: 68, 19 and 8B. RGB value is (104,25,139). Sum of RGB (Red+Green+Blue) = 104+25+139=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #68198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68198B is #97E674. Grayscale: #3D3D3D. Windows color (decimal): -9954933 or 9116008. OLE color: 9116008.

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

Color convert

RGB 104 25 139 -
CMYK 0.25 0.82 0 0.45
HSL 281.58º 0.7% 0.32% -
HSV(B) 281.58º 0.82% 0.55% -
XYZ 10.72 5.5 24.92 -
YUV 61.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 104 25 139 0.25 0.82 0 0.45 281.58 0.7 0.32
Hex 68 19 8B 19 52 0 2D 11A 46 20
Octal 150 31 213 31 122 0 55 432 106 40
Binary 1101000 11001 10001011 11001 1010010 0 101101 100011010 1000110 100000

Color Harmonies of #68198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68198B

Black with #68198B

Text Example


Text Example

White with #68198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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