Html Css Color HEX #65848E Gothic

📋 copy color: '#65848E'

red 101 ◦ green 132 ◦ blue 142

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

Shades of Gothic #65848E

Tints of Gothic #65848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 26.93%
G = 35.2%
B = 37.87%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65848E (or 0x65848E) is known color: Gothic. HEX triplet: 65, 84 and 8E. RGB value is (101,132,142). Sum of RGB (Red+Green+Blue) = 101+132+142=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #65848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65848E is #9A7B71. Grayscale: #7B7B7B. Windows color (decimal): -10124146 or 9340005. OLE color: 9340005.

HSL color Cylindrical-coordinate representation of color #65848E: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65848E is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 132 142 -
CMYK 0.29 0.07 0 0.44
HSL 194.63º 0.17% 0.48% -
HSV(B) 194.63º 0.29% 0.56% -
XYZ 18.5 21.22 28.71 -
YUV 123.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 101 132 142 0.29 0.07 0 0.44 194.63 0.17 0.48
Hex 65 84 8E 1D 7 0 2C C3 11 30
Octal 145 204 216 35 7 0 54 303 21 60
Binary 1100101 10000100 10001110 11101 111 0 101100 11000011 10001 110000

Color Harmonies of #65848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65848E

Black with #65848E

Text Example


Text Example

White with #65848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65848E; }

 p { color: rgb(101,132,142); }

 H1.HeaderClassName
 {
   color: #65848E;
 }
 .AnyTagClassName
 {
   color: #65848E;
 }
</style>

background-color css

<style>
 a { background-color: #65848E; }

 a { background-color: rgb(101,132,142); }

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

border-color css

<style>
 span { border-color: #65848E; }

 span { border-color: rgb(101,132,142); }

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