Html Css Color HEX #612585 Kingfisher Daisy

📋 copy color: '#612585'

red 97 ◦ green 37 ◦ blue 133

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

Shades of Kingfisher Daisy #612585

Tints of Kingfisher Daisy #612585

RGB

 RED value IS 97 (38.28% from 255) = 36.33%

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 36.33%
G = 13.86%
B = 49.81%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612585 (or 0x612585) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 85. RGB value is (97,37,133). Sum of RGB (Red+Green+Blue) = 97+37+133=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #612585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612585 is #9EDA7A. Grayscale: #414141. Windows color (decimal): -10410619 or 8725857. OLE color: 8725857.

HSL color Cylindrical-coordinate representation of color #612585: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612585 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 37 133 -
CMYK 0.27 0.72 0 0.48
HSL 277.5º 0.56% 0.33% -
HSV(B) 277.5º 0.72% 0.52% -
XYZ 9.82 5.56 22.75 -
YUV 65.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 97 37 133 0.27 0.72 0 0.48 277.5 0.56 0.33
Hex 61 25 85 1B 48 0 30 116 38 21
Octal 141 45 205 33 110 0 60 426 70 41
Binary 1100001 100101 10000101 11011 1001000 0 110000 100010110 111000 100001

Color Harmonies of #612585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612585

Black with #612585

Text Example


Text Example

White with #612585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612585; }

 p { color: rgb(97,37,133); }

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

background-color css

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

 a { background-color: rgb(97,37,133); }

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

border-color css

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

 span { border-color: rgb(97,37,133); }

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