Html Css Color HEX #613D81 Kingfisher Daisy

📋 copy color: '#613D81'

red 97 ◦ green 61 ◦ blue 129

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

Shades of Kingfisher Daisy #613D81

Tints of Kingfisher Daisy #613D81

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 33.8%
G = 21.25%
B = 44.95%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#613D81 (or 0x613D81) is known color: Kingfisher Daisy. HEX triplet: 61, 3D and 81. RGB value is (97,61,129). Sum of RGB (Red+Green+Blue) = 97+61+129=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #613D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613D81 is #9EC27E. Grayscale: #4F4F4F. Windows color (decimal): -10404479 or 8469857. OLE color: 8469857.

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

Color convert

RGB 97 61 129 -
CMYK 0.25 0.53 0 0.49
HSL 271.76º 0.36% 0.37% -
HSV(B) 271.76º 0.53% 0.51% -
XYZ 10.56 7.46 21.65 -
YUV 79.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 97 61 129 0.25 0.53 0 0.49 271.76 0.36 0.37
Hex 61 3D 81 19 35 0 31 110 24 25
Octal 141 75 201 31 65 0 61 420 44 45
Binary 1100001 111101 10000001 11001 110101 0 110001 100010000 100100 100101

Color Harmonies of #613D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D81

Black with #613D81

Text Example


Text Example

White with #613D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,129); }

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

background-color css

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

 a { background-color: rgb(97,61,129); }

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

border-color css

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

 span { border-color: rgb(97,61,129); }

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