Html Css Color HEX #613985 Kingfisher Daisy

📋 copy color: '#613985'

red 97 ◦ green 57 ◦ blue 133

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

Shades of Kingfisher Daisy #613985

Tints of Kingfisher Daisy #613985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 33.8%
G = 19.86%
B = 46.34%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613985 (or 0x613985) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 85. RGB value is (97,57,133). Sum of RGB (Red+Green+Blue) = 97+57+133=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #613985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613985 is #9EC67A. Grayscale: #4D4D4D. Windows color (decimal): -10405499 or 8730977. OLE color: 8730977.

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

Color convert

RGB 97 57 133 -
CMYK 0.27 0.57 0 0.48
HSL 271.58º 0.4% 0.37% -
HSV(B) 271.58º 0.57% 0.52% -
XYZ 10.63 7.16 23.01 -
YUV 77.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 97 57 133 0.27 0.57 0 0.48 271.58 0.4 0.37
Hex 61 39 85 1B 39 0 30 110 28 25
Octal 141 71 205 33 71 0 60 420 50 45
Binary 1100001 111001 10000101 11011 111001 0 110000 100010000 101000 100101

Color Harmonies of #613985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613985

Black with #613985

Text Example


Text Example

White with #613985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613985; }

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

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

background-color css

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

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

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

border-color css

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

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

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