Html Css Color HEX #613285 Kingfisher Daisy

📋 copy color: '#613285'

red 97 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #613285

Tints of Kingfisher Daisy #613285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

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

R = 34.64%
G = 17.86%
B = 47.5%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613285 (or 0x613285) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 85. RGB value is (97,50,133). Sum of RGB (Red+Green+Blue) = 97+50+133=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #613285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613285 is #9ECD7A. Grayscale: #494949. Windows color (decimal): -10407291 or 8729185. OLE color: 8729185.

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

Color convert

RGB 97 50 133 -
CMYK 0.27 0.62 0 0.48
HSL 273.98º 0.45% 0.36% -
HSV(B) 273.98º 0.62% 0.52% -
XYZ 10.3 6.52 22.9 -
YUV 73.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 97 50 133 0.27 0.62 0 0.48 273.98 0.45 0.36
Hex 61 32 85 1B 3E 0 30 112 2D 24
Octal 141 62 205 33 76 0 60 422 55 44
Binary 1100001 110010 10000101 11011 111110 0 110000 100010010 101101 100100

Color Harmonies of #613285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613285

Black with #613285

Text Example


Text Example

White with #613285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613285; }

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

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

background-color css

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

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

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

border-color css

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

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

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