Html Css Color HEX #613782 Kingfisher Daisy

📋 copy color: '#613782'

red 97 ◦ green 55 ◦ blue 130

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

Shades of Kingfisher Daisy #613782

Tints of Kingfisher Daisy #613782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 34.4%
G = 19.5%
B = 46.1%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613782 (or 0x613782) is known color: Kingfisher Daisy. HEX triplet: 61, 37 and 82. RGB value is (97,55,130). Sum of RGB (Red+Green+Blue) = 97+55+130=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #613782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613782 is #9EC87D. Grayscale: #4B4B4B. Windows color (decimal): -10406014 or 8533857. OLE color: 8533857.

HSL color Cylindrical-coordinate representation of color #613782: hue angle of 273.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613782 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 55 130 -
CMYK 0.25 0.58 0 0.49
HSL 273.6º 0.41% 0.36% -
HSV(B) 273.6º 0.58% 0.51% -
XYZ 10.33 6.89 21.9 -
YUV 76.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 97 55 130 0.25 0.58 0 0.49 273.6 0.41 0.36
Hex 61 37 82 19 3A 0 31 112 29 24
Octal 141 67 202 31 72 0 61 422 51 44
Binary 1100001 110111 10000010 11001 111010 0 110001 100010010 101001 100100

Color Harmonies of #613782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613782

Black with #613782

Text Example


Text Example

White with #613782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613782; }

 p { color: rgb(97,55,130); }

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

background-color css

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

 a { background-color: rgb(97,55,130); }

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

border-color css

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

 span { border-color: rgb(97,55,130); }

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