Html Css Color HEX #65426F Honey Flower

📋 copy color: '#65426F'

red 101 ◦ green 66 ◦ blue 111

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

Shades of Honey Flower #65426F

Tints of Honey Flower #65426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 36.33%
G = 23.74%
B = 39.93%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#65426F (or 0x65426F) is known color: Honey Flower. HEX triplet: 65, 42 and 6F. RGB value is (101,66,111). Sum of RGB (Red+Green+Blue) = 101+66+111=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #65426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65426F is #9ABD90. Grayscale: #515151. Windows color (decimal): -10141073 or 7291493. OLE color: 7291493.

HSL color Cylindrical-coordinate representation of color #65426F: hue angle of 286.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65426F is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 66 111 -
CMYK 0.09 0.41 0 0.56
HSL 286.67º 0.25% 0.35% -
HSV(B) 286.67º 0.41% 0.44% -
XYZ 10.18 7.81 16.01 -
YUV 81.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 101 66 111 0.09 0.41 0 0.56 286.67 0.25 0.35
Hex 65 42 6F 9 29 0 38 11F 19 23
Octal 145 102 157 11 51 0 70 437 31 43
Binary 1100101 1000010 1101111 1001 101001 0 111000 100011111 11001 100011

Color Harmonies of #65426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65426F

Black with #65426F

Text Example


Text Example

White with #65426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,66,111); }

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

background-color css

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

 a { background-color: rgb(101,66,111); }

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

border-color css

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

 span { border-color: rgb(101,66,111); }

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