Html Css Color HEX #64268C Kingfisher Daisy

📋 copy color: '#64268C'

red 100 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #64268C

Tints of Kingfisher Daisy #64268C

RGB

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

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

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

R = 35.97%
G = 13.67%
B = 50.36%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64268C (or 0x64268C) is known color: Kingfisher Daisy. HEX triplet: 64, 26 and 8C. RGB value is (100,38,140). Sum of RGB (Red+Green+Blue) = 100+38+140=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #64268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64268C is #9BD973. Grayscale: #434343. Windows color (decimal): -10213748 or 9184868. OLE color: 9184868.

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

Color convert

RGB 100 38 140 -
CMYK 0.29 0.73 0 0.45
HSL 276.47º 0.57% 0.35% -
HSV(B) 276.47º 0.73% 0.55% -
XYZ 10.68 5.99 25.4 -
YUV 68.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 100 38 140 0.29 0.73 0 0.45 276.47 0.57 0.35
Hex 64 26 8C 1D 49 0 2D 114 39 23
Octal 144 46 214 35 111 0 55 424 71 43
Binary 1100100 100110 10001100 11101 1001001 0 101101 100010100 111001 100011

Color Harmonies of #64268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64268C

Black with #64268C

Text Example


Text Example

White with #64268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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