Html Css Color HEX #65697B Comet

📋 copy color: '#65697B'

red 101 ◦ green 105 ◦ blue 123

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

Shades of Comet #65697B

Tints of Comet #65697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

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

R = 30.7%
G = 31.91%
B = 37.39%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65697B (or 0x65697B) is known color: Comet. HEX triplet: 65, 69 and 7B. RGB value is (101,105,123). Sum of RGB (Red+Green+Blue) = 101+105+123=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #65697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65697B is #9A9684. Grayscale: #696969. Windows color (decimal): -10131077 or 8087909. OLE color: 8087909.

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

Color convert

RGB 101 105 123 -
CMYK 0.18 0.15 0 0.52
HSL 229.09º 0.1% 0.44% -
HSV(B) 229.09º 0.18% 0.48% -
XYZ 13.99 14.3 20.76 -
YUV 105.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 101 105 123 0.18 0.15 0 0.52 229.09 0.1 0.44
Hex 65 69 7B 12 F 0 34 E5 A 2C
Octal 145 151 173 22 17 0 64 345 12 54
Binary 1100101 1101001 1111011 10010 1111 0 110100 11100101 1010 101100

Color Harmonies of #65697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65697B

Black with #65697B

Text Example


Text Example

White with #65697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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