Html Css Color HEX #65868A Gothic

📋 copy color: '#65868A'

red 101 ◦ green 134 ◦ blue 138

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

Shades of Gothic #65868A

Tints of Gothic #65868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 138 (54.3% from 255) = 37%

R = 27.08%
G = 35.92%
B = 37%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65868A (or 0x65868A) is known color: Gothic. HEX triplet: 65, 86 and 8A. RGB value is (101,134,138). Sum of RGB (Red+Green+Blue) = 101+134+138=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #65868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65868A is #9A7975. Grayscale: #7C7C7C. Windows color (decimal): -10123638 or 9078373. OLE color: 9078373.

HSL color Cylindrical-coordinate representation of color #65868A: hue angle of 186.49º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65868A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 134 138 -
CMYK 0.27 0.03 0 0.46
HSL 186.49º 0.15% 0.47% -
HSV(B) 186.49º 0.27% 0.54% -
XYZ 18.48 21.65 27.25 -
YUV 124.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 101 134 138 0.27 0.03 0 0.46 186.49 0.15 0.47
Hex 65 86 8A 1B 3 0 2E BA F 2F
Octal 145 206 212 33 3 0 56 272 17 57
Binary 1100101 10000110 10001010 11011 11 0 101110 10111010 1111 101111

Color Harmonies of #65868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65868A

Black with #65868A

Text Example


Text Example

White with #65868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65868A; }

 p { color: rgb(101,134,138); }

 H1.HeaderClassName
 {
   color: #65868A;
 }
 .AnyTagClassName
 {
   color: #65868A;
 }
</style>

background-color css

<style>
 a { background-color: #65868A; }

 a { background-color: rgb(101,134,138); }

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

border-color css

<style>
 span { border-color: #65868A; }

 span { border-color: rgb(101,134,138); }

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