Html Css Color HEX #61268B Kingfisher Daisy

📋 copy color: '#61268B'

red 97 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #61268B

Tints of Kingfisher Daisy #61268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 35.4%
G = 13.87%
B = 50.73%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61268B (or 0x61268B) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 8B. RGB value is (97,38,139). Sum of RGB (Red+Green+Blue) = 97+38+139=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #61268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61268B is #9ED974. Grayscale: #424242. Windows color (decimal): -10410357 or 9119329. OLE color: 9119329.

HSL color Cylindrical-coordinate representation of color #61268B: hue angle of 275.05º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61268B is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 38 139 -
CMYK 0.30 0.73 0 0.45
HSL 275.05º 0.57% 0.35% -
HSV(B) 275.05º 0.73% 0.55% -
XYZ 10.28 5.79 25 -
YUV 67.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 97 38 139 0.30 0.73 0 0.45 275.05 0.57 0.35
Hex 61 26 8B 1E 49 0 2D 113 39 23
Octal 141 46 213 36 111 0 55 423 71 43
Binary 1100001 100110 10001011 11110 1001001 0 101101 100010011 111001 100011

Color Harmonies of #61268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61268B

Black with #61268B

Text Example


Text Example

White with #61268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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