Html Css Color HEX #65687A Comet

📋 copy color: '#65687A'

red 101 ◦ green 104 ◦ blue 122

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

Shades of Comet #65687A

Tints of Comet #65687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 30.89%
G = 31.8%
B = 37.31%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65687A (or 0x65687A) is known color: Comet. HEX triplet: 65, 68 and 7A. RGB value is (101,104,122). Sum of RGB (Red+Green+Blue) = 101+104+122=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #65687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65687A is #9A9785. Grayscale: #696969. Windows color (decimal): -10131334 or 8022117. OLE color: 8022117.

HSL color Cylindrical-coordinate representation of color #65687A: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65687A is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 104 122 -
CMYK 0.17 0.15 0 0.52
HSL 231.43º 0.09% 0.44% -
HSV(B) 231.43º 0.17% 0.48% -
XYZ 13.83 14.07 20.4 -
YUV 105.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 101 104 122 0.17 0.15 0 0.52 231.43 0.09 0.44
Hex 65 68 7A 11 F 0 34 E7 9 2C
Octal 145 150 172 21 17 0 64 347 11 54
Binary 1100101 1101000 1111010 10001 1111 0 110100 11100111 1001 101100

Color Harmonies of #65687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65687A

Black with #65687A

Text Example


Text Example

White with #65687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,104,122); }

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

background-color css

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

 a { background-color: rgb(101,104,122); }

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

border-color css

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

 span { border-color: rgb(101,104,122); }

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