Html Css Color HEX #61427C Kingfisher Daisy

📋 copy color: '#61427C'

red 97 ◦ green 66 ◦ blue 124

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

Shades of Kingfisher Daisy #61427C

Tints of Kingfisher Daisy #61427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 33.8%
G = 23%
B = 43.21%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61427C (or 0x61427C) is known color: Kingfisher Daisy. HEX triplet: 61, 42 and 7C. RGB value is (97,66,124). Sum of RGB (Red+Green+Blue) = 97+66+124=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #61427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61427C is #9EBD83. Grayscale: #515151. Windows color (decimal): -10403204 or 8143457. OLE color: 8143457.

HSL color Cylindrical-coordinate representation of color #61427C: hue angle of 272.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61427C is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 66 124 -
CMYK 0.22 0.47 0 0.51
HSL 272.07º 0.31% 0.37% -
HSV(B) 272.07º 0.47% 0.49% -
XYZ 10.52 7.89 20.04 -
YUV 81.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 97 66 124 0.22 0.47 0 0.51 272.07 0.31 0.37
Hex 61 42 7C 16 2F 0 33 110 1F 25
Octal 141 102 174 26 57 0 63 420 37 45
Binary 1100001 1000010 1111100 10110 101111 0 110011 100010000 11111 100101

Color Harmonies of #61427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61427C

Black with #61427C

Text Example


Text Example

White with #61427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61427C; }

 p { color: rgb(97,66,124); }

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

background-color css

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

 a { background-color: rgb(97,66,124); }

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

border-color css

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

 span { border-color: rgb(97,66,124); }

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