Html Css Color HEX #64268A Kingfisher Daisy

📋 copy color: '#64268A'

red 100 ◦ green 38 ◦ blue 138

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

Shades of Kingfisher Daisy #64268A

Tints of Kingfisher Daisy #64268A

RGB

 RED value IS 100 (39.45% from 255) = 36.23%

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 36.23%
G = 13.77%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64268A (or 0x64268A) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 8A. RGB value is (100,38,138). Sum of RGB (Red+Green+Blue) = 100+38+138=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #64268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64268A is #9BD975. Grayscale: #434343. Windows color (decimal): -10213750 or 9053796. OLE color: 9053796.

HSL color Cylindrical-coordinate representation of color #64268A: hue angle of 277.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64268A is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 38 138 -
CMYK 0.28 0.72 0 0.46
HSL 277.2º 0.57% 0.35% -
HSV(B) 277.2º 0.72% 0.54% -
XYZ 10.54 5.93 24.63 -
YUV 67.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 100 38 138 0.28 0.72 0 0.46 277.2 0.57 0.35
Hex 64 26 8A 1C 48 0 2E 115 39 23
Octal 144 46 212 34 110 0 56 425 71 43
Binary 1100100 100110 10001010 11100 1001000 0 101110 100010101 111001 100011

Color Harmonies of #64268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64268A

Black with #64268A

Text Example


Text Example

White with #64268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64268A; }

 p { color: rgb(100,38,138); }

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

background-color css

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

 a { background-color: rgb(100,38,138); }

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

border-color css

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

 span { border-color: rgb(100,38,138); }

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