Html Css Color HEX #613085 Kingfisher Daisy

📋 copy color: '#613085'

red 97 ◦ green 48 ◦ blue 133

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

Shades of Kingfisher Daisy #613085

Tints of Kingfisher Daisy #613085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 34.89%
G = 17.27%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613085 (or 0x613085) is known color: Kingfisher Daisy. HEX triplet: 61, 30 and 85. RGB value is (97,48,133). Sum of RGB (Red+Green+Blue) = 97+48+133=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #613085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613085 is #9ECF7A. Grayscale: #484848. Windows color (decimal): -10407803 or 8728673. OLE color: 8728673.

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

Color convert

RGB 97 48 133 -
CMYK 0.27 0.64 0 0.48
HSL 274.59º 0.47% 0.35% -
HSV(B) 274.59º 0.64% 0.52% -
XYZ 10.22 6.35 22.88 -
YUV 72.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 97 48 133 0.27 0.64 0 0.48 274.59 0.47 0.35
Hex 61 30 85 1B 40 0 30 113 2F 23
Octal 141 60 205 33 100 0 60 423 57 43
Binary 1100001 110000 10000101 11011 1000000 0 110000 100010011 101111 100011

Color Harmonies of #613085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613085

Black with #613085

Text Example


Text Example

White with #613085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613085; }

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

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

background-color css

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

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

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

border-color css

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

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

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