Html Css Color HEX #612685 Kingfisher Daisy

📋 copy color: '#612685'

red 97 ◦ green 38 ◦ blue 133

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

Shades of Kingfisher Daisy #612685

Tints of Kingfisher Daisy #612685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 36.19%
G = 14.18%
B = 49.63%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612685 (or 0x612685) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 85. RGB value is (97,38,133). Sum of RGB (Red+Green+Blue) = 97+38+133=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #612685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612685 is #9ED97A. Grayscale: #424242. Windows color (decimal): -10410363 or 8726113. OLE color: 8726113.

HSL color Cylindrical-coordinate representation of color #612685: hue angle of 277.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612685 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 38 133 -
CMYK 0.27 0.71 0 0.48
HSL 277.26º 0.56% 0.34% -
HSV(B) 277.26º 0.71% 0.52% -
XYZ 9.86 5.62 22.76 -
YUV 66.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 97 38 133 0.27 0.71 0 0.48 277.26 0.56 0.34
Hex 61 26 85 1B 47 0 30 115 38 22
Octal 141 46 205 33 107 0 60 425 70 42
Binary 1100001 100110 10000101 11011 1000111 0 110000 100010101 111000 100010

Color Harmonies of #612685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612685

Black with #612685

Text Example


Text Example

White with #612685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612685; }

 p { color: rgb(97,38,133); }

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

background-color css

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

 a { background-color: rgb(97,38,133); }

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

border-color css

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

 span { border-color: rgb(97,38,133); }

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