Html Css Color HEX #612F8C Kingfisher Daisy

📋 copy color: '#612F8C'

red 97 ◦ green 47 ◦ blue 140

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

Shades of Kingfisher Daisy #612F8C

Tints of Kingfisher Daisy #612F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.55%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 34.15%
G = 16.55%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#612F8C (or 0x612F8C) is known color: Kingfisher Daisy. HEX triplet: 61, 2F and 8C. RGB value is (97,47,140). Sum of RGB (Red+Green+Blue) = 97+47+140=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #612F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F8C is #9ED073. Grayscale: #484848. Windows color (decimal): -10408052 or 9187169. OLE color: 9187169.

HSL color Cylindrical-coordinate representation of color #612F8C: hue angle of 272.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612F8C is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 47 140 -
CMYK 0.31 0.66 0 0.45
HSL 272.26º 0.5% 0.37% -
HSV(B) 272.26º 0.66% 0.55% -
XYZ 10.68 6.47 25.5 -
YUV 72.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 97 47 140 0.31 0.66 0 0.45 272.26 0.5 0.37
Hex 61 2F 8C 1F 42 0 2D 110 32 25
Octal 141 57 214 37 102 0 55 420 62 45
Binary 1100001 101111 10001100 11111 1000010 0 101101 100010000 110010 100101

Color Harmonies of #612F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F8C

Black with #612F8C

Text Example


Text Example

White with #612F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612F8C; }

 p { color: rgb(97,47,140); }

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

background-color css

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

 a { background-color: rgb(97,47,140); }

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

border-color css

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

 span { border-color: rgb(97,47,140); }

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