Html Css Color HEX #65268F Kingfisher Daisy

📋 copy color: '#65268F'

red 101 ◦ green 38 ◦ blue 143

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

Shades of Kingfisher Daisy #65268F

Tints of Kingfisher Daisy #65268F

RGB

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

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

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

R = 35.82%
G = 13.48%
B = 50.71%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65268F (or 0x65268F) is known color: Kingfisher Daisy. HEX triplet: 65, 26 and 8F. RGB value is (101,38,143). Sum of RGB (Red+Green+Blue) = 101+38+143=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #65268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65268F is #9AD970. Grayscale: #444444. Windows color (decimal): -10148209 or 9381477. OLE color: 9381477.

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

Color convert

RGB 101 38 143 -
CMYK 0.29 0.73 0 0.44
HSL 276º 0.58% 0.35% -
HSV(B) 276º 0.73% 0.56% -
XYZ 11.02 6.14 26.59 -
YUV 68.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 101 38 143 0.29 0.73 0 0.44 276 0.58 0.35
Hex 65 26 8F 1D 49 0 2C 114 3A 23
Octal 145 46 217 35 111 0 54 424 72 43
Binary 1100101 100110 10001111 11101 1001001 0 101100 100010100 111010 100011

Color Harmonies of #65268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65268F

Black with #65268F

Text Example


Text Example

White with #65268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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