Html Css Color HEX #61268F Kingfisher Daisy

📋 copy color: '#61268F'

red 97 ◦ green 38 ◦ blue 143

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

Shades of Kingfisher Daisy #61268F

Tints of Kingfisher Daisy #61268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 34.89%
G = 13.67%
B = 51.44%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61268F (or 0x61268F) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 8F. RGB value is (97,38,143). Sum of RGB (Red+Green+Blue) = 97+38+143=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #61268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61268F is #9ED970. Grayscale: #434343. Windows color (decimal): -10410353 or 9381473. OLE color: 9381473.

HSL color Cylindrical-coordinate representation of color #61268F: hue angle of 273.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61268F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 38 143 -
CMYK 0.32 0.73 0 0.44
HSL 273.71º 0.58% 0.35% -
HSV(B) 273.71º 0.73% 0.56% -
XYZ 10.58 5.91 26.57 -
YUV 67.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 97 38 143 0.32 0.73 0 0.44 273.71 0.58 0.35
Hex 61 26 8F 20 49 0 2C 112 3A 23
Octal 141 46 217 40 111 0 54 422 72 43
Binary 1100001 100110 10001111 100000 1001001 0 101100 100010010 111010 100011

Color Harmonies of #61268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61268F

Black with #61268F

Text Example


Text Example

White with #61268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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