Html Css Color HEX #65198C Kingfisher Daisy

📋 copy color: '#65198C'

red 101 ◦ green 25 ◦ blue 140

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

Shades of Kingfisher Daisy #65198C

Tints of Kingfisher Daisy #65198C

RGB

 RED value IS 101 (39.84% from 255) = 37.97%

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 37.97%
G = 9.4%
B = 52.63%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65198C (or 0x65198C) is known color: Kingfisher Daisy. HEX triplet: 65, 19 and 8C. RGB value is (101,25,140). Sum of RGB (Red+Green+Blue) = 101+25+140=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #65198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65198C is #9AE673. Grayscale: #3C3C3C. Windows color (decimal): -10151540 or 9181541. OLE color: 9181541.

HSL color Cylindrical-coordinate representation of color #65198C: hue angle of 279.65º 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 #65198C is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 25 140 -
CMYK 0.28 0.82 0 0.45
HSL 279.65º 0.7% 0.32% -
HSV(B) 279.65º 0.82% 0.55% -
XYZ 10.45 5.36 25.29 -
YUV 60.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 101 25 140 0.28 0.82 0 0.45 279.65 0.7 0.32
Hex 65 19 8C 1C 52 0 2D 118 46 20
Octal 145 31 214 34 122 0 55 430 106 40
Binary 1100101 11001 10001100 11100 1010010 0 101101 100011000 1000110 100000

Color Harmonies of #65198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65198C

Black with #65198C

Text Example


Text Example

White with #65198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65198C; }

 p { color: rgb(101,25,140); }

 H1.HeaderClassName
 {
   color: #65198C;
 }
 .AnyTagClassName
 {
   color: #65198C;
 }
</style>

background-color css

<style>
 a { background-color: #65198C; }

 a { background-color: rgb(101,25,140); }

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

border-color css

<style>
 span { border-color: #65198C; }

 span { border-color: rgb(101,25,140); }

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