Html Css Color HEX #65467B Honey Flower

📋 copy color: '#65467B'

red 101 ◦ green 70 ◦ blue 123

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

Shades of Honey Flower #65467B

Tints of Honey Flower #65467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 123 (48.44% from 255) = 41.84%

R = 34.35%
G = 23.81%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65467B (or 0x65467B) is known color: Honey Flower. HEX triplet: 65, 46 and 7B. RGB value is (101,70,123). Sum of RGB (Red+Green+Blue) = 101+70+123=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #65467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65467B is #9AB984. Grayscale: #555555. Windows color (decimal): -10140037 or 8078949. OLE color: 8078949.

HSL color Cylindrical-coordinate representation of color #65467B: hue angle of 275.09º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65467B is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 70 123 -
CMYK 0.18 0.43 0 0.52
HSL 275.09º 0.27% 0.38% -
HSV(B) 275.09º 0.43% 0.48% -
XYZ 11.13 8.58 19.81 -
YUV 85.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 101 70 123 0.18 0.43 0 0.52 275.09 0.27 0.38
Hex 65 46 7B 12 2B 0 34 113 1B 26
Octal 145 106 173 22 53 0 64 423 33 46
Binary 1100101 1000110 1111011 10010 101011 0 110100 100010011 11011 100110

Color Harmonies of #65467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65467B

Black with #65467B

Text Example


Text Example

White with #65467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,70,123); }

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

background-color css

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

 a { background-color: rgb(101,70,123); }

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

border-color css

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

 span { border-color: rgb(101,70,123); }

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