Html Css Color HEX #64268B Kingfisher Daisy

📋 copy color: '#64268B'

red 100 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #64268B

Tints of Kingfisher Daisy #64268B

RGB

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

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

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

R = 36.1%
G = 13.72%
B = 50.18%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64268B (or 0x64268B) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 8B. RGB value is (100,38,139). Sum of RGB (Red+Green+Blue) = 100+38+139=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #64268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64268B is #9BD974. Grayscale: #434343. Windows color (decimal): -10213749 or 9119332. OLE color: 9119332.

HSL color Cylindrical-coordinate representation of color #64268B: hue angle of 276.83º 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 #64268B is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 38 139 -
CMYK 0.28 0.73 0 0.45
HSL 276.83º 0.57% 0.35% -
HSV(B) 276.83º 0.73% 0.55% -
XYZ 10.61 5.96 25.02 -
YUV 68.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 100 38 139 0.28 0.73 0 0.45 276.83 0.57 0.35
Hex 64 26 8B 1C 49 0 2D 115 39 23
Octal 144 46 213 34 111 0 55 425 71 43
Binary 1100100 100110 10001011 11100 1001001 0 101101 100010101 111001 100011

Color Harmonies of #64268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64268B

Black with #64268B

Text Example


Text Example

White with #64268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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