Html Css Color HEX #61427D Kingfisher Daisy

📋 copy color: '#61427D'

red 97 ◦ green 66 ◦ blue 125

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

Shades of Kingfisher Daisy #61427D

Tints of Kingfisher Daisy #61427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 33.68%
G = 22.92%
B = 43.4%

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

#61427D (or 0x61427D) is known color: Kingfisher Daisy. HEX triplet: 61, 42 and 7D. RGB value is (97,66,125). Sum of RGB (Red+Green+Blue) = 97+66+125=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #61427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61427D is #9EBD82. Grayscale: #515151. Windows color (decimal): -10403203 or 8208993. OLE color: 8208993.

HSL color Cylindrical-coordinate representation of color #61427D: hue angle of 271.53º 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 #61427D is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 66 125 -
CMYK 0.22 0.47 0 0.51
HSL 271.53º 0.31% 0.37% -
HSV(B) 271.53º 0.47% 0.49% -
XYZ 10.58 7.92 20.37 -
YUV 82 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 97 66 125 0.22 0.47 0 0.51 271.53 0.31 0.37
Hex 61 42 7D 16 2F 0 33 110 1F 25
Octal 141 102 175 26 57 0 63 420 37 45
Binary 1100001 1000010 1111101 10110 101111 0 110011 100010000 11111 100101

Color Harmonies of #61427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61427D

Black with #61427D

Text Example


Text Example

White with #61427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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