Html Css Color HEX #65268C Kingfisher Daisy

📋 copy color: '#65268C'

red 101 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #65268C

Tints of Kingfisher Daisy #65268C

RGB

 RED value IS 101 (39.84% from 255) = 36.2%

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

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

R = 36.2%
G = 13.62%
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

#65268C (or 0x65268C) is known color: Kingfisher Daisy. HEX triplet: 65, 26 and 8C. RGB value is (101,38,140). Sum of RGB (Red+Green+Blue) = 101+38+140=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #65268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65268C is #9AD973. Grayscale: #444444. Windows color (decimal): -10148212 or 9184869. OLE color: 9184869.

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

Color convert

RGB 101 38 140 -
CMYK 0.28 0.73 0 0.45
HSL 277.06º 0.57% 0.35% -
HSV(B) 277.06º 0.73% 0.55% -
XYZ 10.79 6.05 25.41 -
YUV 68.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 101 38 140 0.28 0.73 0 0.45 277.06 0.57 0.35
Hex 65 26 8C 1C 49 0 2D 115 39 23
Octal 145 46 214 34 111 0 55 425 71 43
Binary 1100101 100110 10001100 11100 1001001 0 101101 100010101 111001 100011

Color Harmonies of #65268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65268C

Black with #65268C

Text Example


Text Example

White with #65268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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