Html Css Color HEX #613A88 Kingfisher Daisy

📋 copy color: '#613A88'

red 97 ◦ green 58 ◦ blue 136

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

Shades of Kingfisher Daisy #613A88

Tints of Kingfisher Daisy #613A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 33.33%
G = 19.93%
B = 46.74%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#613A88 (or 0x613A88) is known color: Kingfisher Daisy. HEX triplet: 61, 3A and 88. RGB value is (97,58,136). Sum of RGB (Red+Green+Blue) = 97+58+136=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #613A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A88 is #9EC577. Grayscale: #4E4E4E. Windows color (decimal): -10405240 or 8927841. OLE color: 8927841.

HSL color Cylindrical-coordinate representation of color #613A88: hue angle of 270º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613A88 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 58 136 -
CMYK 0.29 0.57 0 0.47
HSL 270º 0.4% 0.38% -
HSV(B) 270º 0.57% 0.53% -
XYZ 10.89 7.35 24.14 -
YUV 78.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 97 58 136 0.29 0.57 0 0.47 270 0.4 0.38
Hex 61 3A 88 1D 39 0 2F 10E 28 26
Octal 141 72 210 35 71 0 57 416 50 46
Binary 1100001 111010 10001000 11101 111001 0 101111 100001110 101000 100110

Color Harmonies of #613A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A88

Black with #613A88

Text Example


Text Example

White with #613A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A88; }

 p { color: rgb(97,58,136); }

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

background-color css

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

 a { background-color: rgb(97,58,136); }

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

border-color css

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

 span { border-color: rgb(97,58,136); }

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